Skip to content

Commit 3b76630

Browse files
Update README.md
1 parent 168cf84 commit 3b76630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Example using it on iOS (Swift):
141141
//in your AppDelegate
142142

143143
Parse.initializeWithConfiguration(ParseClientConfiguration(block: { (configuration: ParseMutableClientConfiguration) -> Void in
144-
configuration.server = "https://<# Your Heroku server #>/parse/" // '/' important after 'parse'
144+
configuration.server = "https://<# Your Server URL #>/parse/" // '/' important after 'parse'
145145
configuration.applicationId = "<# Your APP_ID #>"
146146
configuration.clientKey = "<# Your CLIENT_KEY #>"
147147
}))

0 commit comments

Comments
 (0)