From c8cba60a0766c1c7987a2df08c46694dda42653d Mon Sep 17 00:00:00 2001 From: wyrde Date: Tue, 11 Apr 2023 11:44:31 -0400 Subject: [PATCH] Update README.md image alignment --- basics/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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!