Fix inaccuracies in the README

This commit is contained in:
Tony Grosinger 2017-06-15 10:18:07 -07:00
parent 66e7b60ad7
commit 4ed59faa9e
Signed by: tgrosinger
GPG Key ID: 065559ACE0A9C69C

View File

@ -13,8 +13,8 @@ Stop copying and pasting commands during presentations. Use this template.
## How to Use
* Clone this repo
* Fill in the blanks to run your commands
* Run `./demo.sh` from outside tmux
* Modify the examples in `presentation.sh` to suit your needs
* Run `./presentation.sh` from outside tmux
* Press <enter> to advance to next command
## How to Contribute
@ -22,3 +22,4 @@ Stop copying and pasting commands during presentations. Use this template.
This template isn't perfect, and there are a lot of people that know bash better
than me. If you find a way to accomplish something in this script more
efficiently, easily, or correctly, please send a pull request.