From 4f82c4a4e415d666e70a7e2e60955cb0d85c1615 Mon Sep 17 00:00:00 2001 From: Mygod Date: Mon, 23 Jan 2017 03:17:52 +0800 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40c0e89..49294a2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ * Set environment variable `ANDROID_HOME` to `/path/to/android-sdk` * Set environment variable `ANDROID_NDK_HOME` to `/path/to/android-ndk` * Create your key following the instructions at https://developer.android.com/studio/publish/app-signing.html -* Create `mobile/local.properties` from `mobile/local.properties.example` with your own key information +* Create `local.properties` from `local.properties.example` with your own key information * Invoke the building like this ```bash