We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168cf84 commit 3b76630Copy full SHA for 3b76630
README.md
@@ -141,7 +141,7 @@ Example using it on iOS (Swift):
141
//in your AppDelegate
142
143
Parse.initializeWithConfiguration(ParseClientConfiguration(block: { (configuration: ParseMutableClientConfiguration) -> Void in
144
- configuration.server = "https://<# Your Heroku server #>/parse/" // '/' important after 'parse'
+ configuration.server = "https://<# Your Server URL #>/parse/" // '/' important after 'parse'
145
configuration.applicationId = "<# Your APP_ID #>"
146
configuration.clientKey = "<# Your CLIENT_KEY #>"
147
}))
0 commit comments