summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 17254c8..3e1a157 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Number of commits to the github/github Git repository, by author:
Magnitude of earthquakes worldwide 2.5 and above in the last 24 hours:
```sh
-› curl earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.csv --silent |
+› curl -s https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.csv |
sed '1d' |
cut -d, -f5 |
spark