Explorar el Código

fix typo in readme

Lee Thomason hace 13 años
padre
commit
77d7f206f6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: