Skip to content

Commit

Permalink
Merge pull request hsiafan#30 from PhilLab/patch-1
Browse files Browse the repository at this point in the history
Typo in README.md
  • Loading branch information
Liu Dong committed May 4, 2015
2 parents e8423b0 + 4d6d125 commit 2323e90
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 @@ -33,7 +33,7 @@ try(ApkParser apkParser = new ApkParser(new File(filePath))) {
}
}
```
#####2. Get binary xml and menifest xml file
#####2. Get binary xml and manifest xml file
```java
try(ApkParser apkParser = new ApkParser(new File(filePath))) {
String manifestXml = apkParser.getManifestXml();
Expand Down

0 comments on commit 2323e90

Please sign in to comment.