summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Holman <zach@zachholman.com>2017-03-14 10:03:59 -0700
committerGitHub <noreply@github.com>2017-03-14 10:03:59 -0700
commitab88ac6f8f33698f39ece2f109b1117ef39a68eb (patch)
tree56264b52e2548a79fb21da7a2f710ba78de7b29b
parentcb90c6a9464ec4a4161c5b6e8279ce4ab839fe0e (diff)
parent7c4389b5b45c8f259620818539800c745f0ac6f7 (diff)
Merge pull request #96 from neuhaus/patch-1HEADmaster
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