From 8957d9c639de05973a11748017a5740bbcec8030 Mon Sep 17 00:00:00 2001 From: Boris Farber Date: Wed, 19 Jul 2017 14:00:34 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f37048..2d9baef 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ ![alt text](https://github.com/borisf/classyshark-bytecode-viewer/blob/master/img/CS%20Viewer.png) -### Download & Run +## Download & Run To run, grab the [latest JAR](https://github.com/borisf/classyshark-bytecode-viewer/releases) -and run `java -jar ClassySharkBytecodeViewer.jar`. Optionally you can add a class file to load. +and run `java -jar ClassySharkBytecodeViewer.jar`. Optionally you can add a class file to open. ## Why Instantaneously assess performance impact of my Kotlin code on a [class](https://en.wikipedia.org/wiki/Java_class_file) level.