Skip to content

Commit 9d41288

Browse files
authored
Merge pull request vinta#1725 from yhay81/master
Fix gunicorn description
2 parents 98f9992 + c64a010 commit 9d41288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
13131313
*WSGI-compatible web servers.*
13141314

13151315
* [bjoern](https://github.com/jonashaag/bjoern) - Asynchronous, very fast and written in C.
1316-
* [gunicorn](https://github.com/benoitc/gunicorn) - Pre-forked, partly written in C.
1316+
* [gunicorn](https://github.com/benoitc/gunicorn) - Pre-forked, ported from Ruby's Unicorn project.
13171317
* [uWSGI](https://uwsgi-docs.readthedocs.io/en/latest/) - A project aims at developing a full stack for building hosting services, written in C.
13181318
* [waitress](https://github.com/Pylons/waitress) - Multi-threaded, powers Pyramid.
13191319
* [werkzeug](https://github.com/pallets/werkzeug) - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects.

0 commit comments

Comments
 (0)