[ci skip] remove space.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-10-24 22:29:50 +08:00
parent 077d46fe4a
commit ef9c4221ad
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ $ gorush -android -m "your message" -k "API Key" -t "Device token"
Send messages to topics.
```bash
$ gorush --android --topic "/topics/foo-bar" \
$ gorush --android --topic "/topics/foo-bar" \
-m "This is a Firebase Cloud Messaging Topic Message" \
-k your_api_key
```