Skip to content

Commit 27b6a8d

Browse files
authored
Merge pull request #14 from fededamian/patch-1
Update README.md to fix wget command example
2 parents 0318baa + 794d865 commit 27b6a8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ $ cat domains.txt | getJS
5757

5858
To save the js files, you can use:
5959
```bash
60-
$ getJS --url https://poc-server.com | xargs wget
60+
$ getJS --complete --url https://poc-server.com | xargs wget
6161
```
6262

6363
If you would like the output to be in JSON format, you can combine it with [@Tomnomnom's](https://github.com/tomnomnom) [toJSON](https://github.com/tomnomnom/hacks/tree/master/tojson):

0 commit comments

Comments
 (0)