summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Grebenshchikov <sgreben@gmail.com>2018-03-22 19:57:00 +0100
committerSergey Grebenshchikov <sgreben@gmail.com>2018-03-22 19:57:00 +0100
commitf1b9f074fd89ca16e4e48f13a42c6e197a80c270 (patch)
tree465e80ea380289f21ede9ae8d5ed215b50df7bdb
parent7c174c5b66d92036617386cfe7e28c91aedf4b87 (diff)
Update README.md
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index d07a43e..38a114f 100644
--- a/README.md
+++ b/README.md
@@ -2,14 +2,12 @@
Dead simple terminal plots from JSON data. Bar charts and line charts are supported.
-![Bar chart](docs/bar_chart.png)
-![Line chart](docs/line_chart.png)
-
<!-- TOC -->
- [Get it](#get-it)
- [Use it](#use-it)
- [Examples](#examples)
+ - [Screenshots](#screenshots)
- [Bar chart](#bar-chart)
- [Separate X and Y values](#separate-x-and-y-values)
- [XY pairs](#xy-pairs)
@@ -66,6 +64,13 @@ Usage of jp:
## Examples
+### Screenshots
+
+In case you're on mobile, here's some PNGs of what `jp` output looks like:
+
+- ![Bar chart](docs/bar_chart.png)
+- ![Line chart](docs/line_chart.png)
+
### Bar chart
#### Separate X and Y values