Skip to content

Commit cc076d5

Browse files
committed
Fix README.md
1 parent 6f5b738 commit cc076d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ gem install youplot
2525
```sh
2626
curl -sL https://git.io/ISLANDScsv \
2727
| sort -nk2 -t, \
28-
| tail \
28+
| tail -n15 \
2929
| uplot bar -d, -t "Areas of the World's Major Landmasses"
3030
```
3131

0 commit comments

Comments
 (0)