diff --git a/basics/README.md b/basics/README.md
index 473c7a3..905500f 100644
--- a/basics/README.md
+++ b/basics/README.md
@@ -44,13 +44,11 @@ all the variable available:
* `%width%` and `%height%` are also supported.
* Various items from nodes can also be included. Right click on a node, click on `properties` and use the contents of the _Node name for S&R_ property and the name of the _data_field_.
* Example of putting the checkpoint in the file name:
-
-
- * The _node names for S&R_ is `CheckpointLoaderSimple`
- * The _data_field_ is `ckptt_name`
+ * The _node names for S&R_ is `CheckpointLoaderSimple`
+ * The _data_field_ is `ckptt_name`
* combine with a `.` between: `%CheckpointLoaderSimple.ckptt_name`
* and put that in the *filename_prefix* of the _Save Image_ node
-
+
Thanks to _Davemane42_ for pointing this out!