Skip to content

Commit 2b6cbc4

Browse files
authored
Update README.md
1 parent cb0b047 commit 2b6cbc4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ guard let parseServerUrl = URL(string: "http://localhost:1337/1") else {
4242
ParseSwift.initialize(applicationId: "applicationId", // Required: Change to your applicationId.
4343
clientKey: "clientKey", // Required: Change to your clientKey.
4444
masterKey: "masterKey", // Required: Change to your masterKey.
45-
serverURL: parseServerUrl) { _, completionHandler in
45+
serverURL: parseServerUrl,
46+
usingPostForQuery: true) { _, completionHandler in
4647
completionHandler(.performDefaultHandling, nil)
4748
}
4849
```

0 commit comments

Comments
 (0)