Skip to content

Commit 016d746

Browse files
committed
Updates README.
1 parent c45e153 commit 016d746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Using the `Xml2Lua` class to convert a XML to a Lua file requires just few lines
5252
```java
5353
Xml2Lua parser = new Xml2Lua(xmlFilePath);
5454
parser.convert();
55-
System.out.printf("Lua file %s generated successfully from the %s.\n", parser.getLuaFileName(), parser.getXmlFilePath());
55+
System.out.printf("Lua file generated at %s.\n", parser.getLuaFileName());
5656
```
5757

5858
# Using it as a command line tool

0 commit comments

Comments
 (0)