From ef9c4221adfde49fdde760c37a500b895fc5ecf5 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Tue, 24 Oct 2017 22:29:50 +0800 Subject: [PATCH] [ci skip] remove space. Signed-off-by: Bo-Yi Wu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```