summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Neuhaus <neuhaus@users.noreply.github.com>2017-03-14 13:35:14 +0100
committerGitHub <noreply@github.com>2017-03-14 13:35:14 +0100
commit7c4389b5b45c8f259620818539800c745f0ac6f7 (patch)
tree56264b52e2548a79fb21da7a2f710ba78de7b29b
parentcb90c6a9464ec4a4161c5b6e8279ce4ab839fe0e (diff)
fix earthquake data URL in README
-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