We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f55c6 commit 891a784Copy full SHA for 891a784
README.md
@@ -29,16 +29,16 @@ npm install hstream
29
## Usage
30
31
```js
32
-var hyperstream = require('hstream')
+var hstream = require('hstream')
33
34
-hyperstream({
+hstream({
35
'div > .x[attr="value"]': fs.createReadStream('./xyz.html')
36
})
37
```
38
39
## API
40
41
-### `hyperstream(updates)`
+### `hstream(updates)`
42
43
Create a through stream that applies `updates`. `updates` is an object with CSS
44
selectors for keys. Values can be different types depending on what sort of
0 commit comments