small typo fix in README

This commit is contained in:
josch 2013-04-11 10:25:53 +02:00
parent ee566edd5d
commit dfc003e4c0

View file

@ -39,7 +39,7 @@ vertices as well as the edge list expected on standard input.
sed -n -e '/^\s*[0-9]\+;$/p' graph.dot | wc -l sed -n -e '/^\s*[0-9]\+;$/p' graph.dot | wc -l
sed -n -e 's/^\s*\([0-9]\) -> \([0-9]\);$/\1 \2/p' graph.dot sed -n -e 's/^\s*\([0-9]\) -> \([0-9]\);$/\1 \2/p' graph.dot
The above lines works on DOT files like the following: The above lines work on DOT files like the following:
digraph G { digraph G {
0; 0;