Skip to content

Commit 7c4389b

Browse files
authored
fix earthquake data URL in README
1 parent cb90c6a commit 7c4389b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Number of commits to the github/github Git repository, by author:
4949
Magnitude of earthquakes worldwide 2.5 and above in the last 24 hours:
5050

5151
```sh
52-
› curl earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.csv --silent |
52+
› curl -s https://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/2.5_day.csv |
5353
sed '1d' |
5454
cut -d, -f5 |
5555
spark

0 commit comments

Comments
 (0)