Browse Source

Update readme.md

master
Sindre Sorhus 11 years ago
parent
commit
1e41088c87
  1. 9
      readme.md

9
readme.md

@ -5,8 +5,8 @@
## Install
```
npm install --save get-stdin
```bash
$ npm install --save get-stdin
```
@ -22,11 +22,12 @@ stdin(function (data) {
});
```
```
```bash
$ echo unicorns | node example.js
unicorns
```
## License
MIT © [Sindre Sorhus](http://sindresorhus.com)
[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com)

Loading…
Cancel
Save