Update README.rst
authorDaniel Roy Greenfeld <pydanny@users.noreply.github.com>
Mon, 20 Jun 2016 06:51:34 +0000 (23:51 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Jun 2016 06:51:34 +0000 (23:51 -0700)
README.rst

index 82b56c2cc218b7d7526719a30ef372b2ecd9d3fc..7b58f25f76410c01f2bd5db9d402321cd1d00d9a 100644 (file)
@@ -189,7 +189,7 @@ is why they are broken out into seperate tools. See https://github.com/pydanny/c
 Credits
 --------
 
-* Pip, Django, Werkzueg, Bottle, Pyramid, and Zope for having their own implementations. This package uses an implementation that matches the Bottle version.
+* Pip, Django, Werkzueg, Bottle, Pyramid, and Zope for having their own implementations. This package originally used an implementation that matched the Bottle version.
 * Reinout Van Rees for pointing out the `cached_property` decorator to me.
 * My awesome wife `@audreyr`_ who created `cookiecutter`_, which meant rolling this out took me just 15 minutes.
 * @tinche for pointing out the threading issue and providing a solution.