From 9f47d8b020aaa2652162a4472eb9853964f2f1ca Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 1 Mar 2020 00:26:09 +0000 Subject: [PATCH] Try to simplify the intro --- README.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 5db8124..6d8ed02 100644 --- a/README.rst +++ b/README.rst @@ -31,11 +31,10 @@ Library prototyping based on Calibre Calibrestekje is a Python library which provides a way to work with the `Calibre`_ database outside the context of the Calibre desktop and web -interfaces. A set of generated `SQLAlchemy`_ bindings (see `sqlacodegen`_ for -more) are provided which allow for the read/write access to an existing Calibre -metadata database (a file typically called ``metadata.db``). These bindings are -more fine grained than Calibres `database interface`_ and provide direct access -to the Database table layer. +interfaces. Generated `SQLAlchemy`_ database bindings (see `sqlacodegen`_ for +more) are provided which allow for read/write access to an existing Calibre +database. These bindings are more fine grained than Calibres `database +interface`_ and provide direct access to the Database table layer. .. _Calibre: https://calibre-ebook.com/ .. _SQLALchemy: https://docs.sqlalchemy.org/