README.md in boojs-0.0.7 vs README.md in boojs-0.0.9

- old
+ new

@@ -28,12 +28,12 @@ Open a standard headless javascript browser REPL ```sh (sh)>boojs ``` -Pipe in a file +Execute a file first, then enter pipe mode (repl like) ```sh -(sh)>boojs < code.js +(sh)>boojs code.js ``` Verify that a file contains no javascript errors ```sh (sh)>boojs -v code.js