From 99eaf6286748c6381abf61d11c495e4c1fdda642 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 20 Dec 2016 13:04:43 -0500 Subject: [PATCH] updated readme with shields --- README.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e8df2d3..008ce75 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,18 @@ Records: SQL for Humans™ ======================== + +.. image:: https://img.shields.io/pypi/v/records.svg + :target: https://pypi.python.org/pypi/records + +.. image:: https://travis-ci.org/kennethreitz/records.svg?branch=master + :target: https://travis-ci.org/kennethreitz/records + +.. image:: https://img.shields.io/badge/SayThanks.io-☼-1EAEDB.svg + :target: https://saythanks.io/to/kennethreitz + + + **Records is a very simple, but powerful, library for making raw SQL queries to most relational databases.** @@ -140,7 +152,7 @@ As an added bonus, a ``records`` command-line tool is automatically included. Here's a screenshot of the usage information: .. image:: http://f.cl.ly/items/0S14231R3p0G3w3A0x2N/Screen%20Shot%202016-02-13%20at%202.43.21%20AM.png - :alt: Screenshot of Records Command-Line Interface. + :alt: Screenshot of Records Command-Line Interface. ☤ Thank You -----------