Update README.md

This commit is contained in:
Moe Poi ~ 2020-05-11 18:01:09 +00:00
parent a3e30729f5
commit cc0ad15ce0

View file

@ -15,13 +15,13 @@ const NekopoiScrapper = require('./NekopoiScrapper');
// Latest Release
NekopoiScrapper.getLatest()
.then((data) => console.log(data));
.then(result => console.log(result))
// Get Page Info
NekopoiScrapper.getInfo("http://nekopoi.cash/dokidoki-little-ooyasan-episode-4-subtitle-indonesia")
.then((data) => console.log(data));
NekopoiScrapper.getInfo("https://nekopoi.care/sexfriend-gakuen-episode-1-subtitle-indonesia/")
.then(result => console.log(result));
```
## Credit
Moe Poi ~ / [@moepoi](https://github.com/moepoi)
Moe Poi ~ / [@moepoi](https://github.com/moepoi)