Skip to content

Commit

Permalink
Switch to example pngs since README.md doesn't render SVG on github.
Browse files Browse the repository at this point in the history
  • Loading branch information
silentbicycle committed Jul 5, 2015
1 parent 48f3087 commit bd6dbc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Or to SVG:

$ wc -l *.c | grep -v total | sort -nr | awk '{print($1)}' | ./guff -s -m line -r > example.svg

![](blob/master/example.svg)
![](example.png)

cat <<EOF | ./guff -s -x -m count
1 1
Expand All @@ -86,7 +86,7 @@ Or to SVG:
3 5
-2 -3

![](blob/master/example2.svg)
![](example2.png)

## Input format

Expand Down

0 comments on commit bd6dbc8

Please sign in to comment.