summaryrefslogtreecommitdiff
path: root/libraries/libr3/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libr3/README')
-rw-r--r--libraries/libr3/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/libr3/README b/libraries/libr3/README
index 75aade7d0e..ddecf3215a 100644
--- a/libraries/libr3/README
+++ b/libraries/libr3/README
@@ -1,10 +1,10 @@
R3 is an URL router library with high performance, thus, it's
implemented in C. It compiles your R3Route paths into a prefix
-trie.
+tree.
By using the prefix tree constructed in the start-up time, you
can dispatch the path to the controller with high efficiency.
Optional dependencies:
- - Grapviz: rendering Routes With Graphviz
+ - graphviz (rendering Routes With Graphviz)
GRAPHVIZ=yes ./libr3.SlackBuild