Skip to content

Commit

Permalink
✏ Fix percentage typo on README docs (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex authored Sep 17, 2021
1 parent 78f9310 commit b90b49f
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 @@ -53,7 +53,7 @@ FastAPI is a modern, fast (high-performance), web framework for building APIs wi
The key features are:

* **Fast**: Very high performance, on par with **NodeJS** and **Go** (thanks to Starlette and Pydantic).
* **Fast to code**: Increase the speed to develop features by about 300% to 500% *.
* **Fast to code**: Increase the speed to develop features by about 200% to 300% *.
* **Less bugs**: Reduce about 40% of human (developer) induced errors. *
* **Intuitive**: Great editor support. <abbr title="also known as auto-complete, autocompletion, IntelliSense">Completion</abbr> everywhere. Less time debugging.
* **Easy**: Designed to be easy to use and learn. Less time reading docs.
Expand Down

0 comments on commit b90b49f

Please sign in to comment.