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-06-28 15:47:11 +0400
committerMilo Yip <miloyip@gmail.com>2014-06-28 15:47:11 +0400
commit331c4cf500abe49dc4eb15b8eece1dff8b0408a3 (patch)
tree472d99bd3be6a5fa74b449d414b0b7a68b8ee89d /readme.md
parentcd144c3cfdc568278700484a4083a7b084d47dee (diff)
Update readme.md
Fixes image path
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 18d8b95c..e5abb27d 100644
--- a/readme.md
+++ b/readme.md
@@ -85,6 +85,6 @@ Note that this exmample did not handle potential errors.
The following diagram shows the process.
-[simpledom](doc/diagram/simpledom.png)
+![simpledom](doc/diagram/simpledom.png?raw=true)
More [examples](example/) are avaliable.