diff --git a/README.md b/README.md index c1331049..66e198fc 100644 --- a/README.md +++ b/README.md @@ -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.