add link to Jansson web to README
authorSean Middleditch <sean@middleditch.us>
Tue, 12 Jan 2010 09:31:08 +0000 (01:31 -0800)
committerSean Middleditch <sean@middleditch.us>
Tue, 12 Jan 2010 09:31:08 +0000 (01:31 -0800)
README

diff --git a/README b/README
index e74b78f..fc5648d 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,7 @@
 janssonxx is a simple C++ wrapper around the Jansson library.
 
+       http://digip.org/jansson/
+
 It does not purport to be as flexible or efficient as what a competent
 developer can achieve using the Jansson C API, but it does offer a
 safe and easy to use API that should cover most users' needs.