We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45e153 commit 016d746Copy full SHA for 016d746
README.md
@@ -52,7 +52,7 @@ Using the `Xml2Lua` class to convert a XML to a Lua file requires just few lines
52
```java
53
Xml2Lua parser = new Xml2Lua(xmlFilePath);
54
parser.convert();
55
-System.out.printf("Lua file %s generated successfully from the %s.\n", parser.getLuaFileName(), parser.getXmlFilePath());
+System.out.printf("Lua file generated at %s.\n", parser.getLuaFileName());
56
```
57
58
# Using it as a command line tool
0 commit comments