diff --git a/readme.md b/readme.md index 2727c70..94a4e53 100644 --- a/readme.md +++ b/readme.md @@ -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: