Merge pull request #404 from gorshkov/master

Fix url in curl cheatsheet
This commit is contained in:
Chris Allen Lane 2019-01-11 14:20:18 -05:00 committed by GitHub
commit 2b58300d84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ curl -C - -o partial_file.zip http://example.com/file.zip
curl -I http://example.com
# Fetch your external IP and network info as JSON
curl http://ifconfig.me/all/json
curl http://ifconfig.me/all.json
# Limit the rate of a download
curl --limit-rate 1000B -O http://path.to.the/file