Skip to content

Commit

Permalink
docs: refactor API key naming for consistency
Browse files Browse the repository at this point in the history
- Rename `api_key_path` to `fcm_key_path` in README.md
- Rename `api_key_path` to `fcm_key_path` in main.go

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Jun 8, 2024
1 parent ff9a941 commit 855dddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ iOS Options:
--ios enabled iOS (default: false)
--production iOS production mode (default: false)
Android Options:
--fcm-key <api_key_path> FCM Key Path
--fcm-key <fcm_key_path> FCM Key Path
--android enabled android (default: false)
Huawei Options:
-hk, --hmskey <hms_key> HMS App Secret
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ iOS Options:
--ios enabled iOS (default: false)
--production iOS production mode (default: false)
Android Options:
--fcm-key <api_key_path> FCM Credentials Key Path
--fcm-key <fcm_key_path> FCM Credentials Key Path
--android enabled android (default: false)
Huawei Options:
-hk, --hmskey <hms_key> HMS App Secret
Expand Down

0 comments on commit 855dddc

Please sign in to comment.