diff options
author | Sven Neuhaus <neuhaus@users.noreply.github.com> | 2017-03-14 13:35:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-14 13:35:14 +0100 |
commit | 7c4389b5b45c8f259620818539800c745f0ac6f7 (patch) | |
tree | 56264b52e2548a79fb21da7a2f710ba78de7b29b | |
parent | cb90c6a9464ec4a4161c5b6e8279ce4ab839fe0e (diff) |
fix earthquake data URL in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |