From 098564a41dbd05a23da11c7b3fa855eec80ba837 Mon Sep 17 00:00:00 2001 From: Tim Strazzere Date: Wed, 30 Sep 2015 18:11:13 -0700 Subject: [PATCH] Ninja edit before Caleb does it for me --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;