From 28cd7d044a60cd1ceed1b7106ceb10c8d7355f6c Mon Sep 17 00:00:00 2001 From: wyrde Date: Tue, 11 Apr 2023 12:53:02 -0400 Subject: [PATCH] Update README.md another typo --- basics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/README.md b/basics/README.md index 1587bfe..15ea1a5 100644 --- a/basics/README.md +++ b/basics/README.md @@ -48,7 +48,7 @@ all the date variables: * The _node names for S&R_ is `CheckpointLoaderSimple` * The _data_field_ is `ckpt_name` * combine with a `.` between: `CheckpointLoaderSimple.ckpt_name` - * wrap the whole thing with `%` at the ends: `%CheckpointLoaderSimple.ckpt_name% + * wrap the whole thing with `%` at the ends: `%CheckpointLoaderSimple.ckpt_name%` * and put that in the *filename_prefix* of the _Save Image_ node * each substitution gets its own %marks. Example: `%date:yyyy-M-d%/%node.data%`_%node2.data2%