From 87abc825500f0b4aa2a0e57cc73d01c4f30dbbc6 Mon Sep 17 00:00:00 2001 From: Denys Melashkov Date: Mon, 18 Jan 2016 23:28:51 +0000 Subject: [PATCH] Updating README.md link to the AndroidWearMap --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c62d37d4..8a103c66 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Samples that use the [Google Maps Android API v2](https://developers.google.com/ This repo contains the following sample: -1. [ApiDemos](https://github.com/googlemaps/android-samples/tree/master/ApiDemos): A collection of small demos showing most features of the Google Maps Android API. (This was formally part of the Google Play Services SDK.) -1. [BasicWearMap](https://github.com/googlemaps/android-samples/tree/master/BasicWearMap): +1. [ApiDemos](ApiDemos): A collection of small demos showing most features of the Google Maps Android API. (This was formally part of the Google Play Services SDK.) +1. [AndroidWearMap](AndroidWearMap): Displays a map on an Android Wear device. This sample demonstrates the basic setup required for a gradle-based Android Studio project.