Skip to content

Commit

Permalink
docs: refactor command-line interface for consistency
Browse files Browse the repository at this point in the history
- Update example command to use `--fcm-key` instead of `-k` for specifying the FCM Key Path

Signed-off-by: appleboy <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Jun 23, 2024
1 parent 343819e commit 98399cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Send Android notification
//
// $ gorush -android -m="your message" -k="API Key" -t="Device token"
// $ gorush -android -m="your message" --fcm-key="FCM Key Path" -t="Device token"
//
// Send iOS notification
//
Expand Down

0 comments on commit 98399cd

Please sign in to comment.