Skip to content

Commit 75dbba9

Browse files
Update README.md
1 parent f52c135 commit 75dbba9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You can use the REST API, the JavaScript SDK, and any of our open-source SDKs:
9191

9292
Example request to a server running locally:
9393

94-
```
94+
```curl
9595
curl -X POST \
9696
-H "X-Parse-Application-Id: myAppId" \
9797
-H "Content-Type: application/json" \
@@ -139,6 +139,8 @@ Parse.initialize(new Parse.Configuration.Builder(getApplicationContext())
139139
```
140140
Example using it on iOS (Swift):
141141
```swift
142+
//in your AppDelegate
143+
142144
Parse.initializeWithConfiguration(ParseClientConfiguration(block: { (configuration: ParseMutableClientConfiguration) -> Void in
143145
configuration.server = "https://<# Your Heroku server #>/parse"
144146
configuration.applicationId = "<# Your APP_ID #>"

0 commit comments

Comments
 (0)