From fe33a0178fe71f4d047ba9986d14224c39998d2c Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Mon, 28 Jul 2014 13:21:31 +0800 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index faf8f39..cb539ef 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Copyright (c) 2011-2014 Milo Yip (miloyip@gmail.com) ## Introduction -RapidJSON is a JSON parser and generator for C++. It was inspired by [rapidxml](http://rapidxml.sourceforge.net/). +RapidJSON is a JSON parser and generator for C++. It was inspired by [RapidXml](http://rapidxml.sourceforge.net/). * RapidJSON is small but complete. It supports both SAX and DOM style API. The SAX parser is only a half thousand lines of code.