diff --git a/README.md b/README.md index 445d326d..646208d5 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ The configuration file is in JSON format: "stepName": "step 1", "executablePath": "", "arguments": ["arg1", "arg2", ...], - "output": "", // Optional: Override use of stdout as input for next command to use a file. - "usesRuntime": true, // Optional: Set the LD_PRELOAD and LD_LIBRARY_PATH in the env to runtime - "usesInStr": true // Optional: Use the input stream of the testfile -- if it exists. + "output": "", + "usesRuntime": true, + "usesInStr": true } ] } @@ -198,4 +198,4 @@ to the end of `~/.bashrc`. ```bash # C415 Testing Utility export PATH="$HOME/Tester/bin/:$PATH" -``` \ No newline at end of file +```