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%