Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 658b63d

Browse files
authored
Fix typos, improve lead paragraph
1 parent 391f1d2 commit 658b63d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Follow the shark on twitter [@ItsClassyshark](https://twitter.com/ItsClassyshark
66

77
![alt text](https://github.com/borisf/classyshark-user-guide/blob/master/images/5%20ClassesDexData.png)
88

9-
ClassyShark is a standalone tool for Android developers. It can reliably browse any Android executable and show important info such as class interfaces and members, dex counts and dependencies. ClassyShark supports multiple formats including libraries (.dex, .aar, .so), executables (.apk, .jar, .class) and all Android binary xmls: AndroidManifest, resources, layouts etc'.
9+
ClassyShark is a standalone binary inspection tool for Android developers. It can reliably browse any Android executable and show important info such as class interfaces and members, dex counts and dependencies. ClassyShark supports multiple formats including libraries (.dex, .aar, .so), executables (.apk, .jar, .class) and all Android binary XMLs: AndroidManifest, resources, layouts etc.
1010

1111
### Useful links
1212
* [User guide] (https://github.com/borisf/classyshark-user-guide)
@@ -16,8 +16,8 @@ ClassyShark is a standalone tool for Android developers. It can reliably browse
1616

1717
### Download
1818

19-
To run, grab the latest jar from [here] (https://github.com/google/android-classyshark/releases)
20-
and type `java -jar ClassyShark.jar`.
19+
To run, grab the [latest JAR](https://github.com/google/android-classyshark/releases)
20+
and run `java -jar ClassyShark.jar`.
2121

2222
### Arch Linux
2323

0 commit comments

Comments
 (0)