Update README.md

Simple typo, s/Memroy/Memory/;
This commit is contained in:
Ashley Pond V 2014-11-19 19:46:30 -08:00
parent 82143dfacb
commit 607a285426

View file

@ -123,7 +123,7 @@ node *matched_node = r3_tree_match_entry(n, entry);
**Release Memroy**
**Release Memory**
To release the memory, you may call `r3_tree_free(node *tree)` to release the whole tree structure,
`node*`, `edge*`, `route*` objects that were inserted into the tree will be freed.