Skip to content
This repository was archived by the owner on Aug 2, 2019. It is now read-only.

Commit 0410016

Browse files
committed
Updated readme
1 parent aff45a1 commit 0410016

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ process.
2727

2828
My setup:
2929
```sh
30-
alias scala-to-java='java -jar ~/.scala-to-java.jar | pv -W | pygmentize -f
31-
256 -l java -O style=monokai'
30+
alias scala-to-java='java -jar ~/.scala-to-java.jar | pv -W | pygmentize -f 256 -l java -O style=monokai'
3231
```
32+
![scala-to-java screenshot](https://cloud.githubusercontent.com/assets/2865203/8760097/b4fe881a-2cbe-11e5-9321-305e16d8ee52.png)
33+
3334

3435
Credits
3536
---
3637

3738
Thanks to [Stanley Shyiko](https://github.com/shyiko), who
38-
actually implemented all the magic.
39+
actually implemented all the magic.

0 commit comments

Comments
 (0)