From 3879c6a8fa4b0ec25f211019ec26b0acee8976cb Mon Sep 17 00:00:00 2001 From: Xiao Hang Date: Tue, 9 Aug 2016 13:48:28 -0700 Subject: [PATCH] Update README.md --- examples/android/{helloworld => }/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/android/{helloworld => }/README.md (90%) diff --git a/examples/android/helloworld/README.md b/examples/android/README.md similarity index 90% rename from examples/android/helloworld/README.md rename to examples/android/README.md index b5be842ebb..fe0aa6cd19 100644 --- a/examples/android/helloworld/README.md +++ b/examples/android/README.md @@ -24,6 +24,6 @@ $ ./gradlew install -PskipCodegen=true **3. Install the app** ```sh -$ cd examples/android +$ cd examples/android/helloworld (or cd examples/android/routeguide) $ ./gradlew installDebug ```