Update readme.md

This commit is contained in:
Sindre Sorhus 2017-11-20 03:08:31 +07:00 committed by GitHub
parent 667506ef81
commit 8086f06f95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,7 +213,7 @@ Returns `true` if `value` is a DOM Element.
##### .nodeStream(value)
Returns `true` if `value` is a node [stream](https://nodejs.org/api/stream.html).
Returns `true` if `value` is a Node.js [stream](https://nodejs.org/api/stream.html).
```js
const fs = require('fs');