Fix README.md

This commit is contained in:
kojix2 2020-12-17 11:43:59 +09:00
parent 6f5b73887d
commit cc076d5cfe

View File

@ -25,7 +25,7 @@ gem install youplot
```sh
curl -sL https://git.io/ISLANDScsv \
| sort -nk2 -t, \
| tail \
| tail -n15 \
| uplot bar -d, -t "Areas of the World's Major Landmasses"
```