Browse Source

Fix formatting in Manual setup in Readme (#2031)

Thanks for the PR! Looks good! Cheers! 🍻
Bas Broek 8 years ago
parent
commit
3ec37f2bc0
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -144,14 +144,14 @@ If you prefer not to use either of the aforementioned dependency managers, you c
 - Open up Terminal, `cd` into your top-level project directory, and run the following command "if" your project is not initialized as a git repository:
 
   ```bash
-$ git init
-```
+  $ git init
+  ```
 
 - Add Alamofire as a git [submodule](http://git-scm.com/docs/git-submodule) by running the following command:
 
   ```bash
-$ git submodule add https://github.com/Alamofire/Alamofire.git
-```
+  $ git submodule add https://github.com/Alamofire/Alamofire.git
+  ```
 
 - Open the new `Alamofire` folder, and drag the `Alamofire.xcodeproj` into the Project Navigator of your application's Xcode project.