diff --git a/README.md b/README.md index e4585d6..f7c443c 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@ [![Build Status](https://travis-ci.org/snower/TorMySQL.svg?branch=master)](https://travis-ci.org/snower/TorMySQL) -Tornado asynchronous MySQL Driver. +The highest performance asynchronous MySQL driver. PyPI page: https://pypi.python.org/pypi/tormysql # About -tormysql - presents a Tornado Future-based API and greenlet for non-blocking access to MySQL. +Presents a Future-based API and greenlet for non-blocking access to MySQL. + +Support both [tornado](https://github.com/tornadoweb/tornado) and [asyncio](https://docs.python.org/3/library/asyncio.html). # Installation diff --git a/README.rst b/README.rst index df947dd..cc7d457 100644 --- a/README.rst +++ b/README.rst @@ -3,15 +3,18 @@ TorMySQL |Build Status| -Tornado asynchronous MySQL Driver. +The highest performance asynchronous MySQL driver. PyPI page: https://pypi.python.org/pypi/tormysql About ===== -tormysql - presents a Tornado Future-based API and greenlet for -non-blocking access to MySQL. +Presents a Future-based API and greenlet for non-blocking access to +MySQL. + +Support both `tornado `__ and +`asyncio `__. Installation ============