From c1e3e2f023ff5f4039db00914ceaf74f17a26f96 Mon Sep 17 00:00:00 2001 From: Marcel Rodrigues Date: Thu, 3 Oct 2013 14:24:27 -0300 Subject: [PATCH] Add newlines to README. --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 2470a83..a19f530 100644 --- a/README.rst +++ b/README.rst @@ -63,9 +63,12 @@ Resources --------- DB-API 2.0: http://www.python.org/dev/peps/pep-0249 + MySQL Reference Manuals: http://dev.mysql.com/doc/ + MySQL client/server protocol: http://dev.mysql.com/doc/internals/en/client-server-protocol.html + PyMySQL mailing list: https://groups.google.com/forum/#!forum/pymysql-users License