| Index: docs/ios_build_instructions.md
|
| diff --git a/docs/ios_build_instructions.md b/docs/ios_build_instructions.md
|
| index 71f732a74bef8782c57d16efe2ea5bf999a80052..0f772a13c7516ed9e9ed9fafc0aa0b5863dc9069 100644
|
| --- a/docs/ios_build_instructions.md
|
| +++ b/docs/ios_build_instructions.md
|
| @@ -7,12 +7,12 @@ the web layer), and various unit tests.
|
|
|
| ## Prerequisites
|
|
|
| -- A Mac with a version of OS X capable of running the latest version
|
| +* A Mac with a version of OS X capable of running the latest version
|
| of Xcode.
|
| -- The latest version of [Xcode](https://developer.apple.com/xcode/),
|
| +* The latest version of [Xcode](https://developer.apple.com/xcode/),
|
| including the current iOS SDK.
|
| -- The current version of the JDK (required for the closure compiler).
|
| -- [depot\_tools](http://dev.chromium.org/developers/how-tos/install-depot-tools).
|
| +* The current version of the JDK (required for the closure compiler).
|
| +* [depot\_tools](http://dev.chromium.org/developers/how-tos/install-depot-tools).
|
|
|
| ## Setting Up
|
|
|
|
|