From d924cfce2a93aa1ad6267a093eac30f75792f850 Mon Sep 17 00:00:00 2001 From: Kyle Maxwell Date: Mon, 17 Oct 2016 00:58:34 -0500 Subject: [PATCH] Fix minor typo "poweres" is not a word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 035f3cdf..df089eeb 100644 --- a/README.md +++ b/README.md @@ -806,7 +806,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [netius](https://github.com/hivesolutions/netius) - Asynchronous, very fast. * [paste](http://pythonpaste.org/) - Multi-threaded, stable, tried and tested. * [rocket](https://pypi.python.org/pypi/rocket) - Multi-threaded. -* [waitress](https://waitress.readthedocs.io/) - Multi-threaded, poweres Pyramid. +* [waitress](https://waitress.readthedocs.io/) - Multi-threaded, powers Pyramid. * [Werkzeug](http://werkzeug.pocoo.org/) - A WSGI utility library for Python that powers Flask and can easily be embedded into your own projects. ## RPC Servers