diff --git a/examples/webhook_examples/README.md b/examples/webhook_examples/README.md index 74fe912..532d13e 100644 --- a/examples/webhook_examples/README.md +++ b/examples/webhook_examples/README.md @@ -50,7 +50,7 @@ There are 5 examples in this directory using different libraries: * **Cons:** * Twisted is low-level, which may be good or bad depending on use case * Considerable learning curve - reading docs is a must. -* **FastAPI(0.70.1) +* **FastAPI(0.70.1):** *webhook_fastapi_echo_bot.py* * **Pros:** * Can be written for both sync and async * Good documentation