diff --git a/README.md b/README.md index 676babb..19451d0 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ Manifest files. In the past few years due to people mucking with AXML files and refactored most of the code to be tested and more useful in non-command line situations. ## Usage -The default usecase would be to compile the library; +The default use case would be to compile the library; ```./gradlew jar``` Then run the library; -```java -jar build/libs/axmlprinter-0.1.0.jar ``` +```java -jar build/libs/axmlprinter-0.1.5.jar ``` ## Contributing Contributions welcome! Please follow the simple steps;