From 74a81cf1d9319c16bf19a8b1a7688e2c77033bbd Mon Sep 17 00:00:00 2001 From: Lee Thomason Date: Thu, 12 Sep 2013 23:59:43 -0700 Subject: [PATCH] minor readme update --- readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index c29ce33..1c2132a 100644 --- a/readme.md +++ b/readme.md @@ -60,7 +60,10 @@ complete XML needs, TinyXML-2 is not the parser for you. TinyXML-1 vs. TinyXML-2 ----------------------- -Which should you use? TinyXML-2 uses a similar API to TinyXML-1 and the same +TinyXML-2 is now the focus of all development, well tested, and your +best choice unless you have a requirement to maintain TinyXML-1 code. + +TinyXML-2 uses a similar API to TinyXML-1 and the same rich test cases. But the implementation of the parser is completely re-written to make it more appropriate for use in a game. It uses less memory, is faster, and uses far fewer memory allocations. @@ -307,4 +310,7 @@ Berquin and Andrew Ellerton who were key contributors. TinyXML-2 grew from that effort. Lee Thomason is the original author of TinyXML-2 (and TinyXML-1) but hopefully TinyXML-2 will be improved -by many contributors. \ No newline at end of file +by many contributors. + +Thanks to John Mackay for the TinyXML-2 logo. +