Skip to content

Commit

Permalink
README typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaplush committed Jun 3, 2024
1 parent 0844df8 commit 749f8c3
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 @@ -461,9 +461,9 @@ def call_support_operator_handler(notification: Notification) -> None:
bot.run_forever()
```

### Whebhook-mode notifications receiving
### Webhook-mode notifications receiving

By default bot read notifications using long polling method. Receiving notifications is also possible using webhooks:
By default bot read notifications using long polling method. Receiving notifications is also possible via webhooks:

```python
from whatsapp_chatbot_python import GreenAPIBot, Notification
Expand Down

0 comments on commit 749f8c3

Please sign in to comment.