summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-18 22:18:22 -0400
committerTodd Leonhardt <todd.leonhardt@gmail.com>2019-07-18 22:18:22 -0400
commit11a1ad03da630da28d39f1fb4a573f855cc7a661 (patch)
tree2ab29574a1db3c4e709e1e4542113de43f84128d /README.md
parent592f827797f155236859d4e461723ad0b1abe846 (diff)
downloadcmd2-git-11a1ad03da630da28d39f1fb4a573f855cc7a661.tar.gz
Corrected line in README since scripting supports more than just ASCII text files
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ae374afa..5205970f 100755
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ Instructions for implementing each feature follow.
- If you wish to exclude some of your custom commands from the history, append their names to the list at `Cmd.exclude_from_history`.
- Do `help history` in any `cmd2` application for more information
-- Simple scripting using ASCII text files with one command + arguments per line
+- Simple scripting using text files with one command + arguments per line
- See the [Command Scripts](https://cmd2.readthedocs.io/en/latest/features/scripting.html#command-scripts) section of the `cmd2` docs for more info
- See [script.txt](https://github.com/python-cmd2/cmd2/blob/master/examples/scripts/script.txt) for a trivial example script that can be
used in any `cmd2` application with the `run_script` command (or `@` shortcut)