Skip to content

Commit fe646d0

Browse files
Updated README.md
1 parent 19d66af commit fe646d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Update or fix an android app on the fly, without having to publish a new APK.
77

88
## Usage:
99

10-
1. Make a .jar library with your app's classes and methods that you want to be updatable (see #compiling a library)
10+
1. Make a .jar library with your app's classes and methods that you want to be updatable (see [compiling your application as a library](https://github.com/charslab/Android-Hotpatch/blob/master/README.md#compiling-an-application-as-a-library-android-studio--eclipse)
1111
2. Grab [Hotpatch.java](https://github.com/charslab/Android-Hotpatch/blob/master/app/src/main/java/com/chars/android_hotpatch/Hotpatch.java) and add it to your project
1212
3. Load the .jar library you built earlier
1313

0 commit comments

Comments
 (0)