Skip to content

Commit 256b955

Browse files
rogerhuJawnnypoo
authored andcommitted
Update README.md (#813)
Make consistent with changes
1 parent 6bbd02c commit 256b955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public void onCreate() {
7777
//...
7878
.build();
7979
Parse.initialize(configuration);
80-
ParseGCM.register(this, gcmSenderId);
80+
ParseGCM.register(this);
8181
}
8282
```
8383
The sender ID should be all numbers. It is obtained via the Firebase console.
@@ -93,4 +93,4 @@ If you need to customize the notification that is sent out from a push, you can
9393

9494
This source code is licensed under the BSD-style license found in the
9595
LICENSE file in the root directory of this source tree. An additional grant
96-
of patent rights can be found in the PATENTS file in the same directory.
96+
of patent rights can be found in the PATENTS file in the same directory.

0 commit comments

Comments
 (0)