Skip to content

Commit f64f5ee

Browse files
committed
change readme
1 parent ba10d29 commit f64f5ee

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
[![Build Status](https://travis-ci.org/snower/TorMySQL.svg?branch=master)](https://travis-ci.org/snower/TorMySQL)
44

5-
Tornado asynchronous MySQL Driver.
5+
The highest performance asynchronous MySQL driver.
66

77
PyPI page: https://pypi.python.org/pypi/tormysql
88

99
# About
1010

11-
tormysql - presents a Tornado Future-based API and greenlet for non-blocking access to MySQL.
11+
Presents a Future-based API and greenlet for non-blocking access to MySQL.
12+
13+
Support both [tornado](https://github.com/tornadoweb/tornado) and [asyncio](https://docs.python.org/3/library/asyncio.html).
1214

1315
# Installation
1416

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,18 @@ TorMySQL
33

44
|Build Status|
55

6-
Tornado asynchronous MySQL Driver.
6+
The highest performance asynchronous MySQL driver.
77

88
PyPI page: https://pypi.python.org/pypi/tormysql
99

1010
About
1111
=====
1212

13-
tormysql - presents a Tornado Future-based API and greenlet for
14-
non-blocking access to MySQL.
13+
Presents a Future-based API and greenlet for non-blocking access to
14+
MySQL.
15+
16+
Support both `tornado <https://github.com/tornadoweb/tornado>`__ and
17+
`asyncio <https://docs.python.org/3/library/asyncio.html>`__.
1518

1619
Installation
1720
============

0 commit comments

Comments
 (0)