Skip to content

Commit

Permalink
small typo fix in README
Browse files Browse the repository at this point in the history
  • Loading branch information
josch committed Apr 11, 2013
1 parent ee566ed commit dfc003e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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/^\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 {
0;
Expand Down

0 comments on commit dfc003e

Please sign in to comment.