diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ## How to use -* Install `src/basic.bash` to `/path/to/basic.bash.` +* Install `src/basic.bash` to `/path/to/basic.bash`. * At the very beginning of a script (after the shebang): `source /path/to/basic.bash || exit 1` * If a script includes (`source`s) other libraries, these should be included |