diff --git a/README.rst b/README.rst index 02d3161..f9aa00a 100644 --- a/README.rst +++ b/README.rst @@ -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 `__.