diff --git a/README.md b/README.md index daf0680..9603d96 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ this file This script will be executed each time it is altered and pushed. Make sure to remove everything the previous user added before using it to not run these commands again. Leave the bang (#! comment) and the bottom part that is commented to instruct you to leave it there. ### variable_grabbler.py -This is the code variable replacer. It take two arguments: The configuration file to be used and the file to be worked on. +This is the code variable replacer. It takes two arguments: The configuration file to be used and the file to be worked on. The configuration file contains a json which defines replacement string for each code variable. Code variables are preceeded and followed by a % sign in code but this is not the case in the configuration. Alternative options to providing a string in the config are to add arrays defining files or commands (Commands are not implemented yet.). Read the source code for further information. ### variable_grabbler.pass*.json