Simplify wording that identifies hello.Greetings function.
diff --git a/Mobile.md b/Mobile.md
index 99de254..27687ec 100644
--- a/Mobile.md
+++ b/Mobile.md
@@ -138,4 +138,4 @@
 
 ![Xcode project layout with hello.framework](https://googledrive.com/host/0ByfSjdPVs9MZbkhjeUhMYzRTeEE/gowiki/gomobile-bind-ios.png)
 
-Build and run it on the simulator or an actual device (Cmd+R). When the application launches, the label on the main view will be modified with the string returned from `GoHelloGreetings` which invokes the `Greetings` function from the hello package.
+Build and run it on the simulator or an actual device (Cmd+R). When the application launches, the label on the main view will be modified with the string returned from `GoHelloGreetings` which invokes the `hello.Greetings` function.