Skip to content

Commit 15c3886

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents e83807f + 97738a3 commit 15c3886

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,17 @@ A rewrite of a library hosted on GitHub. This is not my own content but based on
33

44
https://github.com/lotux/parse_server_dart
55

6+
## Join in!
7+
Want to get involved? Join our Slack channel and help out! FlutterParseSDK.Slack.com
8+
69
## Getting Started
710

811
## To init Parse, call the method:-
912

1013
```
1114
Parse().initialize(
12-
appId: ApplicationConstants.PARSE_APPLICATION_ID,
13-
serverUrl: ApplicationConstants.PARSE_SERVER_URL,
15+
ApplicationConstants.PARSE_APPLICATION_ID,
16+
ApplicationConstants.PARSE_SERVER_URL,
1417
masterKey: ApplicationConstants.PARSE_MASTER_KEY);
1518
```
1619

0 commit comments

Comments
 (0)