update doc

This commit is contained in:
neoe 2018-03-21 16:00:48 +08:00
parent 9581766821
commit 3141de369e
1 changed files with 1 additions and 0 deletions

View File

@ -7,4 +7,5 @@ It use a handcrafted parser as little as 300 lines of Java code.
# How to use
* install java (JRE from java.com) if not installed
* run.cmd (java -jar luaformatter.jar <input-filename>), output file will be put into the same dir as input source file.
* if you have problem with encoding(because it use default UTF8), you can modify the source or use it as a library, write a java class calles `LuaFormatter.format(String text)`