summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2014-11-12 12:40:04 -0800
committerJustin R. Miller <incanus@codesorcery.net>2014-11-12 12:40:04 -0800
commit6743cb6140f7785cd06b2196549b4621bba66d5b (patch)
treef6d2949495fb0532a912d1bf60678d17427e6938 /README.md
parenta5ac35d392d6fb49f7c63fc3f49029ab9c74f8de (diff)
downloadqtlocation-mapboxgl-6743cb6140f7785cd06b2196549b4621bba66d5b.tar.gz
fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4d5090c48e..3c914cbc08 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ Install the [Android NDK](https://developer.android.com/tools/sdk/ndk/index.html
export ANDROID_NDK_PATH="/dir/to/android-ndk-r10c"
-Install the Android SDK. We recommend doing this by way of [Android Studio](https://developer.android.com/sdk/installing/studio.html). The latest versions recommend that place the SDK someplace like `/usr/local/android-sdk-macosx`.
+Install the Android SDK. We recommend doing this by way of [Android Studio](https://developer.android.com/sdk/installing/studio.html). The latest versions recommend that you place the SDK someplace like `/usr/local/android-sdk-macosx`.
export ANDROID_HOME="/dir/to/android-sdk-macosx"