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 c6915cb commit 312c608Copy full SHA for 312c608
README.md
@@ -10,7 +10,7 @@ medium-scrapper allows for you to scrape latests article from a user
10
11
### Example
12
```javascript
13
- scraper = require('./index.js');
+ scraper = require('medium-scraper');
14
15
var medium = {user: '@nearbycoder'}
16
0 commit comments