diff --git a/README.md b/README.md index a5d73a9..cd461e8 100644 --- a/README.md +++ b/README.md @@ -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 ```