Skip to content

Commit 24a4084

Browse files
committed
docs: fix stream example
1 parent 760c551 commit 24a4084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $ npm install sheetify-cssnext
1010

1111
## Usage
1212
```js
13-
const sheetify = require('sheetify')
13+
const sheetify = require('sheetify/stream')
1414
const path = require('path')
1515

1616
const opts = {

0 commit comments

Comments
 (0)