fix typo in readme

This commit is contained in:
Lee Thomason 2012-07-29 18:51:41 -07:00
parent c38906b11c
commit 77d7f206f6
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ You can directly use the convenience function:
XMLDocument doc;
...
doc.Save( "foo.xml" );
doc.SaveFile( "foo.xml" );
Or the XMLPrinter class: