Skip to content

Commit

Permalink
Merge pull request #35 from pjrule/master
Browse files Browse the repository at this point in the history
Fixed a small typo in the README
  • Loading branch information
tiangolo authored Feb 4, 2018
2 parents 85fb08b + 2a0ddea commit df1dbbf
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 @@ -27,7 +27,7 @@

This [**Docker**](https://www.docker.com/) image allows you to create [**Flask**](http://flask.pocoo.org/) web applications in [**Python**](https://www.python.org/) that run with [**uWSGI**](https://uwsgi-docs.readthedocs.org/en/latest/) and [**Nginx**](http://nginx.org/en/) in a single container.

uWSGI with Nginx is one of the best ways to deploy a Python web application, so you you should have a [good performance (check the benchmarks)](http://nichol.as/benchmark-of-python-web-servers) with this image.
uWSGI with Nginx is one of the best ways to deploy a Python web application, so you should have [good performance (check the benchmarks)](http://nichol.as/benchmark-of-python-web-servers) with this image.

There is also an Alpine version. If you want it, use one of the Alpine tags from above.

Expand Down

0 comments on commit df1dbbf

Please sign in to comment.