Rename the mobile subtitles.
diff --git a/Mobile.md b/Mobile.md
index 79feeb9..b9b7d66 100644
--- a/Mobile.md
+++ b/Mobile.md
@@ -46,7 +46,7 @@
$ go get -d golang.org/x/mobile/example/basic
```
-### Android
+### Building and deploying to Android
Run `gomobile build` to build an Android APK.
@@ -62,7 +62,7 @@
$ gomobile install golang.org/x/mobile/example/basic
```
-### iOS
+### Building and deploying to iOS
Run `gomobile build` to build the package as an iOS application.
Note: target=ios requires the host machine running MacOSX.