diff --git a/README.md b/README.md index 583014e4c0..e8a76fcc41 100644 --- a/README.md +++ b/README.md @@ -122,9 +122,16 @@ $ ./index.js -i [PATH] -s "brightness" -d '{"brightness":50}' ``` Or the values can be given through terminal prompt like - + screen shot 2018-02-14 at 5 18 50 pm + +The CLI is also chainable with other commands using `&&` + +``` +sequencer -i -s && mv +``` + ## Classic Usage ### Initializing the Sequencer