From e666dad85af88ad79a4625e73ff0c2687cbe1c5e Mon Sep 17 00:00:00 2001 From: josch Date: Thu, 11 Apr 2013 10:26:43 +0200 Subject: [PATCH] some fixes in the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 483928b..631af17 100644 --- a/README.md +++ b/README.md @@ -13,15 +13,15 @@ Usage make echo "0 1\n0 2\n1 0\n1 3\n2 0\n3 0\n3 1\n3 2" | java de.normalisiert.utils.graphs.TestCycles 4 -First argument is the number of vertices. Subsequent arguments are ordered -pairs of comma separated vertices that make up the directed edges of the +First argument is the number of vertices. Ordered pairs of space separated +vertices are given via standard input and make up the directed edges of the graph. DOT file input -------------- For simplicity, there is no DOT file parser included but the following allows -to create a suitable argument string for simple DOT graphs. +to create a suitable argument string and standard input for simple DOT graphs. Given a DOT file of a simple (no labels, colors, styles, only pairs of vertices...) directed graph, the following lines generate the number of