Skip to content

Commit

Permalink
Updates README.
Browse files Browse the repository at this point in the history
  • Loading branch information
manoelcampos committed Jun 18, 2017
1 parent c45e153 commit 016d746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Using the `Xml2Lua` class to convert a XML to a Lua file requires just few lines
```java
Xml2Lua parser = new Xml2Lua(xmlFilePath);
parser.convert();
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());
```

# Using it as a command line tool
Expand Down

0 comments on commit 016d746

Please sign in to comment.