Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAbstractDev committed Mar 9, 2016
1 parent f52c135 commit 75dbba9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ You can use the REST API, the JavaScript SDK, and any of our open-source SDKs:

Example request to a server running locally:

```
```curl
curl -X POST \
-H "X-Parse-Application-Id: myAppId" \
-H "Content-Type: application/json" \
Expand Down Expand Up @@ -139,6 +139,8 @@ Parse.initialize(new Parse.Configuration.Builder(getApplicationContext())
```
Example using it on iOS (Swift):
```swift
//in your AppDelegate

Parse.initializeWithConfiguration(ParseClientConfiguration(block: { (configuration: ParseMutableClientConfiguration) -> Void in
configuration.server = "https://<# Your Heroku server #>/parse"
configuration.applicationId = "<# Your APP_ID #>"
Expand Down

0 comments on commit 75dbba9

Please sign in to comment.