Skip to content

Commit 0d45ac0

Browse files
authored
Fix typo
1 parent 5d59307 commit 0d45ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ scrape({
7878

7979
#### directory
8080
String, absolute path to directory where downloaded files will be saved. Directory should not exist. It will be created by scraper. **_Required_**.
81-
How to download file to existing directory and why it's not supported by default - check [here](https://github.com/website-scraper/node-website-scraper/blob/master/docs/FAQ.md#q-im-getting-directory-exists-error-can-i-save-website-to-existing-directory).
81+
How to download website to existing directory and why it's not supported by default - check [here](https://github.com/website-scraper/node-website-scraper/blob/master/docs/FAQ.md#q-im-getting-directory-exists-error-can-i-save-website-to-existing-directory).
8282

8383
#### sources
8484
Array of objects to download, specifies selectors and attribute values to select files for downloading. By default scraper tries to download all possible resources.

0 commit comments

Comments
 (0)