README.md in boojs-0.0.17 vs README.md in boojs-0.0.18
- old
+ new
@@ -49,10 +49,10 @@
(sh)>boojs -e "console.log(document);"
```
Execute a javascript statement, and then wait 4 seconds before exiting. Exceptions will return 1 and end execution early.
```sh
-(sh)>boojs -e "console.log(document); -t 4"
+(sh)>boojs -e "console.log(document);" -t 4
```
Verify that a file contains no javascript runtime initialization errors
```sh