ソースを参照

Update README.md

Sofiane Beors 9 年 前
コミット
3b76630eae
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -141,7 +141,7 @@ Example using it on iOS (Swift):
 //in your AppDelegate
 
 Parse.initializeWithConfiguration(ParseClientConfiguration(block: { (configuration: ParseMutableClientConfiguration) -> Void in
-  configuration.server = "https://<# Your Heroku server #>/parse/" // '/' important after 'parse'
+  configuration.server = "https://<# Your Server URL #>/parse/" // '/' important after 'parse'
   configuration.applicationId = "<# Your APP_ID #>"
   configuration.clientKey = "<# Your CLIENT_KEY #>"
 }))