Skip to content

Commit

Permalink
fix: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Fedotov committed Jan 10, 2023
1 parent ec7cfc1 commit 836959b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ from fcm_adapter import FCMAdapter


async def main(fcm_adapter: FCMAdapter, token: str):
response = await fcm_adapter.send_message(
response = await fcm_adapter.send(
{
"validate_only": False,
"message": {
Expand Down

0 comments on commit 836959b

Please sign in to comment.