From 91beb23e1f28ef9228591620d585e3c5b24ecce3 Mon Sep 17 00:00:00 2001 From: josch Date: Thu, 11 Apr 2013 10:27:42 +0200 Subject: [PATCH] small typo fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1525b3a..f5ae447 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,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;