Skip to content

Commit 2c6dff3

Browse files
committed
update README.md
1 parent 5033ec8 commit 2c6dff3

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 @@ Add this to your package's `pubspec.yaml` file:
1414

1515
````
1616
dependencies:
17-
pushbots_flutter: ^1.0.0-beta2
17+
pushbots_flutter: ^1.0.0
1818
````
1919

2020

@@ -77,7 +77,7 @@ Once added `pushbots_flutter` into your `pubspec.yaml`.
7777
#### Initializing PushBots:-
7878

7979

80-
You can start by initializing the `PushBotsFlutter` by calling **`PushbotsFlutter.initialize("PUSHBOTS_APPLICATIONID", "YOUR_WEBAPI_KEY", "YOUR_FCM_APP_ID", "YOUR_PROJECT_ID");`**
80+
You can start by initializing the `PushBotsFlutter` by calling **`PushbotsFlutter.initialize("PUSHBOTS_APPLICATION_ID", "YOUR_WEBAPI_KEY", "YOUR_FCM_APP_ID", "YOUR_PROJECT_ID");`**
8181

8282

8383
![Initialize Image](assets/fcm-info.png)

0 commit comments

Comments
 (0)