Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Yip <miloyip@gmail.com>2014-07-28 09:21:31 +0400
committerMilo Yip <miloyip@gmail.com>2014-07-28 09:21:31 +0400
commitfe33a0178fe71f4d047ba9986d14224c39998d2c (patch)
tree5393bac55ccf94cb289463c69c8ccd3754b051e5 /readme.md
parent47849a2841cd8b340a2e03fd73b74682cf5499be (diff)
Update readme.md
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index faf8f39d..cb539ef4 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.