From cc0ad15ce0192caff88aa59036f0222374de1230 Mon Sep 17 00:00:00 2001 From: Moe Poi ~ Date: Mon, 11 May 2020 18:01:09 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 732ff1e..c020951 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file +Moe Poi ~ / [@moepoi](https://github.com/moepoi)