Merge pull request #3 from miracl/fix-readme

Update README to show submodules example
diff --git a/README.md b/README.md
index c124a47..0e54ace 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,16 @@
 ### Prerequisites
 
 1. Download and install Visual Studio 2013 or higher and Windows Phone SDK 8.1 or higher
-1. Download or Clone the project and its submodule
+1. Download or Clone the project and its submodule:
+```
+> git clone https://github.com/miracl/milagro-mfa-sdk-wp
+> cd milagro-mfa-sdk-wp
+> git submodule update --init --recursive
+```
 
 ### Building the M-Pin Mobile SDK
 
-1. Navigate to `<mpin-sdk-wp>`
+1. Navigate to `<milagro-mfa-sdk-wp>`
 1. Open `MPinSDK.sln`
 1. Select *Build->Build Solution* from the menu or build MPinSDK project from the Solution Explorer