Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoryk committed Nov 4, 2010
1 parent 40d4b11 commit 9a8f463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Please see the official home page for usage examples: http://www.graphdracula.net/

This fork adds Tree Layout mode. It is intended for drawing Directed Graphs.
After building a directed graph "g", perform tree layout likes this:
After building a directed graph "g", perform tree layout like this:
var layouter = new Graph.Layout.Tree(g);
layouter.layout();

Expand Down

0 comments on commit 9a8f463

Please sign in to comment.