Skip to content

Commit d192263

Browse files
authored
Update README.md
1 parent 518683c commit d192263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A rewrite of [textstat](https://github.com/shivam5992/textstat) library in JS
88
install required packages with `npm install text-readability`
99

1010
```javascript
11-
>>> const rs = require('text-readability')
11+
>>> import rs from 'text-readability';
1212

1313
>>> const testData = `
1414
Playing games has always been thought to be important to

0 commit comments

Comments
 (0)