Skip to content

Commit 891a784

Browse files
committed
use hstream variable name
1 parent 90f55c6 commit 891a784

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ npm install hstream
2929
## Usage
3030

3131
```js
32-
var hyperstream = require('hstream')
32+
var hstream = require('hstream')
3333

34-
hyperstream({
34+
hstream({
3535
'div > .x[attr="value"]': fs.createReadStream('./xyz.html')
3636
})
3737
```
3838

3939
## API
4040

41-
### `hyperstream(updates)`
41+
### `hstream(updates)`
4242

4343
Create a through stream that applies `updates`. `updates` is an object with CSS
4444
selectors for keys. Values can be different types depending on what sort of

0 commit comments

Comments
 (0)