Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed Apr 19, 2016
1 parent ddfc9a8 commit ab5de5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Overview
--------

* Works on Python 3.4+
* Has support for PostgreSQL via `aiopg`
* Has support for MySQL via `aiomysql`
* Has support for PostgreSQL via [aiopg](https://github.com/aio-libs/aiopg)
* Has support for MySQL via [aiomysql](https://github.com/aio-libs/aiomysql)
* Single point high level async API
* Drop-in replacement for sync code, sync will remain sync
* Basic operations are supported
Expand Down Expand Up @@ -88,7 +88,7 @@ loop.close()
with objects.allow_sync():
TestModel.drop_table(True)

# Expected output:"
# Expected output:
# Yo, I can do it sync!
# Not bad. Watch this, I'm async!
```
Expand Down

0 comments on commit ab5de5f

Please sign in to comment.