commit:5716eac27981ca48d26485fabc975ce8f965ccf4
author:Chip Black
committer:Chip Black
date:Thu Sep 25 18:12:27 2014 -0500
parents:b2df9b0332b4b2cf4f81b00189187c7f5fe8bfe1
Note that you can't use YAJL 2
diff --git a/www/doc/index.html b/www/doc/index.html
line changes: +1/-1
index 2040f16..dac6c42
--- a/www/doc/index.html
+++ b/www/doc/index.html
@@ -75,7 +75,7 @@ http://git.bytex64.net/blerg.git.
 — as a standalone HTTP server, or as a CGI.  You will need:
 
 <ul>
-<li><a href="http://lloyd.github.com/yajl/">yajl</a> &gt;= 1.0.0
+<li><a href="http://lloyd.github.com/yajl/">yajl</a> &gt;= 1.0.0 and &lt; 2
 (yajl is a JSON parser/generator written in C which, by some twisted
 sense of humor, requires ruby to compile)</li>
 </ul>