Skip to content

Commit b22e860

Browse files
authored
Updates readme with proper links
Ensures that all installation options have proper links
1 parent 3245763 commit b22e860

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ And you're off!. Take a look at the public [documentation][docs] & [API][api] an
2424

2525
Notice the API docs aren't totally up to date when it comes to latest Swift signature of the methods and more importantly regarding [Push Notifications](http://blog.parse.com/learn/engineering/the-dangerous-world-of-client-push/) which are **no longer supported by Parse server**, keep an eye on [its repo](https://github.com/ParsePlatform/parse-server)
2626

27-
**Other Installation Options**
27+
### Other Installation Options
2828

29-
- **[CocoaPods](https://cocoapods.org)**
29+
#### [CocoaPods](https://cocoapods.org)
3030

3131
Add the following line to your Podfile:
3232
```ruby
@@ -53,7 +53,7 @@ Notice the API docs aren't totally up to date when it comes to latest Swift sign
5353
@import Parse;
5454
```
5555

56-
- **[Carthage](https://github.com/carthage/carthage)**
56+
#### [Carthage](https://github.com/carthage/carthage)**
5757

5858
Add the following line to your Cartfile:
5959
```
@@ -63,7 +63,7 @@ Notice the API docs aren't totally up to date when it comes to latest Swift sign
6363

6464
This will also compile the ParseTwitterUtils, ParseFacebookUtilsV4 as well as ParseUI frameworks.
6565

66-
- **Compiling for yourself**
66+
#### Compiling for yourself
6767

6868
If you want to manually compile the SDK, clone it locally, and run the following commands in the root directory of the repository:
6969

@@ -90,7 +90,7 @@ Notice the API docs aren't totally up to date when it comes to latest Swift sign
9090
- `ParseUI.zip`
9191

9292

93-
- **Using Parse as a sub-project**
93+
#### Using Parse as a sub-project
9494

9595
You can also include parse as a subproject inside of your application if you'd prefer, although we do not recommend this, as it will increase your indexing time significantly. To do so, just drag and drop the Parse.xcodeproj file into your workspace. Note that unit tests will be unavailable if you use Parse like this, as OCMock will be unable to be found.
9696

0 commit comments

Comments
 (0)