We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5b738 commit cc076d5Copy full SHA for cc076d5
1 file changed
README.md
@@ -25,7 +25,7 @@ gem install youplot
25
```sh
26
curl -sL https://git.io/ISLANDScsv \
27
| sort -nk2 -t, \
28
-| tail \
+| tail -n15 \
29
| uplot bar -d, -t "Areas of the World's Major Landmasses"
30
```
31
0 commit comments