aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranklin Wei <me@fwei.tk>2018-11-11 21:30:19 -0500
committerFranklin Wei <me@fwei.tk>2018-11-11 21:30:19 -0500
commit125f5265630323238957d74564b6dd6d301612c5 (patch)
treeb641082bc0aef8f46e32faa712d7305af7e27786
parentb79dbbe6f8514469c07695a6f85e555332e56ca1 (diff)
downloadcircgraph-125f5265630323238957d74564b6dd6d301612c5.zip
circgraph-125f5265630323238957d74564b6dd6d301612c5.tar.gz
circgraph-125f5265630323238957d74564b6dd6d301612c5.tar.bz2
circgraph-125f5265630323238957d74564b6dd6d301612c5.tar.xz
Fix readme
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index de2f5e7..3f11ac1 100644
--- a/README.md
+++ b/README.md
@@ -21,10 +21,12 @@ g++ main.cpp -o circgraph
`circgraph` takes input from stdin in the following format:
+```
<source_node> <sink_node>
<node1> [<neighbor1> <resistance2>]...
<node2>
...
<noden>
+```
See the `testX.txt` files for more.