Update README.md

This commit is contained in:
Mathew Kurian 2016-04-17 22:01:27 -05:00
parent 23667f4222
commit c513c3ac6b

View file

@ -38,7 +38,7 @@ npm install scribe@3.0.0-alpha.10
# Start the example # Start the example
```bash ```bash
# run example # run example
git clone https://github.com/bluejamesbond/Scribe.js --branch es6 --single-branch && cd Scribe.js && npm install && npm run babel-node ./examples/simple-server.js git clone https://github.com/bluejamesbond/Scribe.js --branch dev --single-branch && cd Scribe.js && npm install && npm run babel-node ./examples/simple-server.js
# native apps (mac, linux, windows) # native apps (mac, linux, windows)
cd public/native/Scribe && ls -l cd public/native/Scribe && ls -l
@ -56,4 +56,4 @@ Documentation coming in the future
```js ```js
// console.pipe(expose, name, ...throughs); // console.pipe(expose, name, ...throughs);
console.pipe('log', 'bash',new Inspector(), new DefaultConsole()); console.pipe('log', 'bash',new Inspector(), new DefaultConsole());
``` ```