Merge pull request #726 from ypyf/master

fix typo in README.md
This commit is contained in:
Vinta 2016-09-17 15:33:03 +08:00 committed by GitHub
commit f312b95477

View File

@ -798,7 +798,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
*WSGI-compatible web servers.*
* [gunicorn](https://pypi.python.org/pypi/gunicorn) - Pre-forked, partly written in C.
* [uwsgi](https://uwsgi-docs.readthedocs.io/) - A project aims at developing a full stack for building hosting services, written in C.
* [uWSGI](https://uwsgi-docs.readthedocs.io/) - A project aims at developing a full stack for building hosting services, written in C.
* [bjoern](https://pypi.python.org/pypi/bjoern) - Asynchronous, very fast and written in C.
* [fapws3](http://www.fapws.org/) - Asynchronous (network side only), written in C.
* [meinheld](https://pypi.python.org/pypi/meinheld) - Asynchronous, partly written in C.