Reword mobile standard library.
diff --git a/Mobile.md b/Mobile.md
index 6130ea1..cd0000a 100644
--- a/Mobile.md
+++ b/Mobile.md
@@ -29,13 +29,15 @@
 
 ## Native applications
 
-Native category includes applications entirely written in Go. Currently, the mobile standard library contains only a handful of packages.
+Native category includes applications entirely written in Go. Currently, the
+[golang.org/x/mobile](https://godoc.org/golang.org/x/mobile)
+contains only a small set of packages that focus on:
 
 * App control and configuration
 * OpenGL ES 2 bindings
 * Asset management
 * Event management
-* Experimental packages include OpenAL bindings, audio, font, sprite and motion sensors.
+* Experimental packages include OpenAL bindings, audio, font, sprite and motion sensors
 
 TODO