Merge "Infer flavor from locally built image"
diff --git a/README.md b/README.md
index af2aebc..ca25ccc 100755
--- a/README.md
+++ b/README.md
@@ -16,19 +16,21 @@
 
 * Source envsetup.sh from the root of the android source checkout
 
-> $ source build/envsetup.sh
+```
+$ source build/envsetup.sh
+```
 
 * Run lunch for an AVD target
 
-> $ lunch aosp_cf_x86_phone-userdebug
+```
+$ lunch aosp_cf_x86_phone-userdebug
+```
 
 
 You should now be able to call acloud from anywhere.
 
-If you're a googler, please check these [instructions][] to ensure a smooth
-setup experience.
-
-[instructions]: https://goto.google.com/acloud-googler-setup "instructions"
+> If you're a googler, please check https://goto.google.com/acloud-googler-setup
+> to ensure a smooth setup experience.
 
 ### **Basic Usage**