From 5f50a147cff292656a29ee2c0ecfa4f2fd3f5ce1 Mon Sep 17 00:00:00 2001 From: Frank Smit Date: Wed, 21 Oct 2015 13:03:17 +0200 Subject: [PATCH] Fix typo in readme. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 17ff8a7..ba204ed 100644 --- a/README.rst +++ b/README.rst @@ -12,7 +12,7 @@ Momoko Momoko wraps Psycopg2_'s functionality for use in Tornado_. Have a look at tutorial_ or full documentation_. -**Important:** This is the 2.x version of Momoko. It requres Tornado >= 4.0, uses futures instead of calllbacks +**Important:** This is the 2.x version of Momoko. It requires Tornado >= 4.0, uses futures instead of calllbacks and introduces a slightly different API compared to 1.x version. While transition is very straightforward, the API is not backward compatible with 1.x!