Skip to content

Commit 973c140

Browse files
authored
Update README.md
1 parent de484d9 commit 973c140

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ Generic Graphviz
33

44
documentation can be found on [pursuit](https://pursuit.purescript.org/packages/purescript-generic-graphviz/)
55

6-
consists of 3 parts (which probably should be seperate modules..):
6+
consists of 3 parts (which probably *now are* seperate modules..):
77

8-
1. Dot-Lang typed representation and Dot-Lang code-generator (located in Data.DotLang)
9-
2. Generic Graph generator (takes an arbituary ADT and generates a graph for it)
10-
3. Bindings for Graphviz using [viz.js](https://github.com/mdaines/viz.js/)
8+
1. Dot-Lang typed representation and Dot-Lang code-generator. [here](https://github.com/csicar/purescript-dotlang)
9+
2. Generic Graph generator (takes an arbituary ADT and generates a graph for it) (this repository)
10+
3. Bindings for Graphviz [here](https://github.com/csicar/purescript-graphviz)
1111

1212
Example
1313
---

0 commit comments

Comments
 (0)