Skip to content

Commit 944b9c3

Browse files
authored
Update README.md
1 parent 1b8ac43 commit 944b9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ it becomes available to all mobile environments instantly. You don’t have to w
1414
This lets you change app behavior on the fly and add new features faster.
1515

1616
## Configure ParseServerSwift
17-
To configure, you should edit [ParseServerSwift/Sources/ParseServerSwift/configure.swift](https://github.com/netreconlab/ParseServerSwift/blob/main/Sources/App/configure.swift)
17+
To configure, you should edit [ParseServerSwift/Sources/ParseServerSwift/configure.swift](https://github.com/netreconlab/ParseServerSwift/blob/main/Sources/ParseServerSwift/configure.swift)
1818

1919
### WebhookKey
2020
The `webhookKey` should match the [webhookKey on the Parse Server](https://github.com/parse-community/parse-server/blob/42c954318926823446326c95188b844e19954711/src/Options/Definitions.js#L491-L494). If you decide not the a `webhookKey`, set the value to `nil` in your ParseServerSwift.
@@ -29,7 +29,7 @@ app.http.server.configuration.tlsConfiguration = .none
2929
```
3030

3131
### Parse Swift SDK
32-
Configure the SDK as described in the [documentation](https://parseplatform.org/Parse-Swift/release/documentation/parseswift/parseswift/initialize(applicationid:clientkey:masterkey:serverurl:livequeryserverurl:allowingcustomobjectids:usingtransactions:usingequalqueryconstraint:keyvaluestore:requestcachepolicy:cachememorycapacity:cachediskcapacity:migratingfromobjcsdk:deleti-97083)).
32+
Configure the SDK as described in the [documentation](https://parseplatform.org/Parse-Swift/release/documentation/parseswift/parseswift/initialize(configuration:)).
3333

3434
```swift
3535
// Required: Change to your Parse Server serverURL.

0 commit comments

Comments
 (0)