doc(README): Add missing comma

This commit is contained in:
Kurt Griffiths
2016-03-02 18:54:09 -06:00
parent 3c9028d981
commit e7e7c60bb9

View File

@@ -36,7 +36,7 @@ to keep the code lean, making Falcon easier to test, secure, optimize,
and deploy.
**Flexible.** Falcon is not opinionated when it comes to talking to
databases rendering content, authorizing requests, etc. You are free to
databases, rendering content, authorizing requests, etc. You are free to
mix and match your own favorite libraries. Falcon apps work with
any WSGI server, and run great under `CPython 2.6-2.7, PyPy, Jython 2.7,
and CPython 3.3-3.5 <https://travis-ci.org/falconry/falcon>`__.