We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 518683c commit d192263Copy full SHA for d192263
README.md
@@ -8,7 +8,7 @@ A rewrite of [textstat](https://github.com/shivam5992/textstat) library in JS
8
install required packages with `npm install text-readability`
9
10
```javascript
11
->>> const rs = require('text-readability')
+>>> import rs from 'text-readability';
12
13
>>> const testData = `
14
Playing games has always been thought to be important to
0 commit comments