From c25b8885371bd643dd48202ad63b6cb9f560c775 Mon Sep 17 00:00:00 2001 From: Caleb Fenton Date: Mon, 28 Sep 2015 15:22:28 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db4abe1..676babb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/rednaga/axmlprinter.svg?branch=master)](https://travis-ci.org/rednaga/axmlprinter) [![Coverage Status](https://img.shields.io/coveralls/rednaga/axmlprinter.svg)](https://coveralls.io/r/rednaga/axmlprinter?branch=master) This is a heavily (almost 100%?) refactor of the Android4ME `axmlprinter` library/code. Personally I -had used the library for years without much issue and it was fast/useful just for pinging out Android +had used the library for years without much issue and it was fast/useful just for printing out Android Manifest files. In the past few years due to people mucking with AXML files and my own boredom, I've refactored most of the code to be tested and more useful in non-command line situations.