Skip to content

Commit de071e9

Browse files
authored
Merge pull request #52 from spmfox/fix-readme-wget
Fixed wget functionality
2 parents caee401 + 38b72f9 commit de071e9

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
@@ -73,7 +73,7 @@ curl -L covid19.trackercli.com
7373
#### WGET
7474

7575
```bash
76-
wget -i https://covid19.trackercli.com && cat index.html
76+
wget -qO- https://covid19.trackercli.com
7777
```
7878

7979
#### HTTPie

0 commit comments

Comments
 (0)