Changed number of rooms.

This commit is contained in:
Naida Vatric
2019-12-29 23:42:39 +01:00
parent 547411f189
commit fed2dc00dc
3 changed files with 9 additions and 8 deletions

View File

@@ -13,5 +13,5 @@ if (urlToScrape) {
})();
} else {
console.log("No URL to scrape. Use like this : ");
console.log("npm run test-olx-scraper -- URL_TO_SCRAPE");
console.log("npm run test-rental-scraper -- URL_TO_SCRAPE");
}