Skip to content

Commit 353bfc2

Browse files
committed
Fix documentation section of readme
1 parent 5ff331e commit 353bfc2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ An indexable tree data structure with a variable and unbounded number of branche
66

77
It is Implemented on top of [petgraph](https://github.com/bluss/petulant-avenger-graphlibrary)'s [Graph](http://bluss.github.io/petulant-avenger-graphlibrary/doc/petgraph/graph/struct.Graph.html) data structure and attempts to follow similar conventions where suitable.
88

9-
[Documentation](http://mitchmindtree.github.io/rose_tree-rs/rose_tree)
10-
---------------
9+
10+
Documentation
11+
-------------
12+
13+
[API documentation here!](http://mitchmindtree.github.io/rose_tree-rs/rose_tree)
14+
1115

1216
Usage
1317
-----

0 commit comments

Comments
 (0)