docs: fix simple typo, perfomance -> performance

There is a small typo in examples/webhook_examples/README.md.

Should read `performance` rather than `perfomance`.
This commit is contained in:
Tim Gates 2020-12-25 09:47:40 +11:00
parent f62d72e2a1
commit 93b86307d9
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ There are 5 examples in this directory using different libraries:
* **Pros:**
* It's a web application framework
* Python 3 compatible
* Asynchronous, excellent perfomance
* Asynchronous, excellent performance
* Utilizes new async/await syntax
* **Cons:**
* Requires Python 3.4.2+, don't work with Python 2