From e45dc721cd7badb59ffcaceb6bd739b01210112f Mon Sep 17 00:00:00 2001 From: seancarroll Date: Mon, 22 Mar 2021 20:06:41 -0500 Subject: add quickstart example to readme. include badges in readme --- example.dot | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 example.dot (limited to 'example.dot') diff --git a/example.dot b/example.dot new file mode 100644 index 0000000..53a536a --- /dev/null +++ b/example.dot @@ -0,0 +1,5 @@ +digraph example { + N0; + N1; + N0 -> N1; +} -- cgit v1.2.3