From 1b446528ab77c06ef2244c021aab9abbd9c9840d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 7 Feb 2016 01:46:43 -0500 Subject: [PATCH] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a562e23..7bf254a 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ Records is a very simple, but powerful, library for making raw SQL queries to Postgres databases. This common task can be surprisingly difficult with the standard tools available. -This library strives to make this workflow as easy and seamless as possible, +This library strives to make this workflow as simple as possible, while providing an elegant interface to work with your query results. We know how to write SQL, so let's send some to our database: