From 15ad4b58903f383dc2cad376ba262a81200ae9d5 Mon Sep 17 00:00:00 2001 From: c9s Date: Tue, 3 Jun 2014 23:51:26 +0800 Subject: [PATCH] fix sample code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cce8df..1c6ede6 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ API ------------------------ ```c -#include +#include // create a router tree with 10 children capacity (this capacity can grow dynamically) n = r3_tree_create(10);