diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index e4b081c..a50d732 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -7,13 +7,13 @@ A scraping module for humans. #### Params - **String|Object** `url`: The page url or request options. -- **Object** `opts`: The options passed to `scrapeCheerio` method. +- **Object** `opts`: The options passed to `scrapeHTML` method. - **Function** `cb`: The callback function. #### Return - **Promise** A promise object. -### `scrapeIt.scrapeCheerio($, opts)` +### `scrapeIt.scrapeHTML($, opts)` Scrapes the data in the provided element. #### Params diff --git a/README.md b/README.md index 29cd3fd..d440b59 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,13 @@ A scraping module for humans. #### Params - **String|Object** `url`: The page url or request options. -- **Object** `opts`: The options passed to `scrapeCheerio` method. +- **Object** `opts`: The options passed to `scrapeHTML` method. - **Function** `cb`: The callback function. #### Return - **Promise** A promise object. -### `scrapeIt.scrapeCheerio($, opts)` +### `scrapeIt.scrapeHTML($, opts)` Scrapes the data in the provided element. #### Params