Skip to content

Commit c528297

Browse files
committed
Update README.md
1 parent 6bb3e82 commit c528297

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
@@ -25,7 +25,7 @@ Makes request to `url` and saves all files found with `srcToLoad` to `path`.
2525
- `path:` path to save loaded files *(required)*
2626
- `log:` boolean indicates whether to write the log to console *(optional, default: false)*
2727
- `indexFile:` filename for index page *(optional, default: 'index.html')*
28-
- `srcToLoad:` array of objects to load, specifies selectors and attribute values to select files for loading *(optional, see example below)*
28+
- `srcToLoad:` array of objects to load, specifies selectors and attribute values to select files for loading *(optional, see default value in `lib/defaults.js`)*
2929
- `directories:` array of objects, specifies relative directories for extensions. If `null` all files will be saved to `path` *(optional, see example below)*
3030

3131

0 commit comments

Comments
 (0)