Przeglądaj źródła

fix typo in readme

Lee Thomason 13 lat temu
rodzic
commit
77d7f206f6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      readme.md

+ 1 - 1
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: