From 04100163cbca70f676495c78a844a7df12a17843 Mon Sep 17 00:00:00 2001 From: Ivan Zaitsev Date: Fri, 17 Jul 2015 20:04:24 -0700 Subject: [PATCH] Updated readme --- readme.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 614c2ae..796a8b8 100644 --- a/readme.md +++ b/readme.md @@ -27,12 +27,13 @@ process. My setup: ```sh -alias scala-to-java='java -jar ~/.scala-to-java.jar | pv -W | pygmentize -f -256 -l java -O style=monokai' +alias scala-to-java='java -jar ~/.scala-to-java.jar | pv -W | pygmentize -f 256 -l java -O style=monokai' ``` +![scala-to-java screenshot](https://cloud.githubusercontent.com/assets/2865203/8760097/b4fe881a-2cbe-11e5-9321-305e16d8ee52.png) + Credits --- Thanks to [Stanley Shyiko](https://github.com/shyiko), who -actually implemented all the magic. \ No newline at end of file +actually implemented all the magic.