update README for PR 640 (#651)

This commit is contained in:
Dan O'Brien 2017-05-17 21:33:17 -04:00 committed by Herman Venter
parent e1fb71248b
commit 406b2fbf6a

View File

@ -83,7 +83,7 @@ You can run individual test suites as follows.
2. Have a JavaScript file handy that you want to prepack, for example:
`echo "function hello() { return 'hello'; } function world() { return 'world'; } s = hello() + ' ' + world();" >/tmp/sample.js`
3. `npm run prepack /tmp/sample.js`
3. `cat /tmp/sample.js | npm run prepack`
Try `--help` for more options.
## How to validate changes