From cb46056158d894832a17a1b3a7fe8131b14e6e09 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sun, 23 Apr 2017 19:04:24 +0100 Subject: libraries/libr3: Fixed download. Signed-off-by: David Spencer --- libraries/libr3/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/libr3/README') diff --git a/libraries/libr3/README b/libraries/libr3/README index 75aade7d0eb2b..ddecf3215ac7f 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 -- cgit v1.2.3