Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Holtz committed Mar 25, 2021
1 parent a2798d8 commit 05b2321
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ aws_sns(
# Optional private key password
# platform_apns_private_key_password: 'joshissupercool'
# Optional: updating certificate if platform_name already exists
# udpate_if_exist: true
# update_if_exist: true
)
```

Expand All @@ -43,7 +43,7 @@ aws_sns(
platform_name: 'your_awesome_android_app',
platform_gcm_api_key: 'your_gcm_api_key'
# Optional: updating key if platform_name already exists
# udpate_if_exist: true
# update_if_exist: true
)
```

Expand Down

0 comments on commit 05b2321

Please sign in to comment.