You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ We can create a DOT file from the diagram which can be processed by Graphviz to
95
95
96
96
Graphviz(diagram.toDot)
97
97
98
-
Note that the `Graphviz` method is not part of this library. I'll add a gist later on with the full source code for this example.
98
+
Note that the `Graphviz` method is not part of this library. Check out this [gist](https://gist.github.com/1086537) for the full source code of this example.
0 commit comments