From 271433fdd18e436b0a527ab899cb6f6fa67f23d0 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 2 Aug 2022 14:15:52 -0700 Subject: [PATCH] Discord badge (#462) --- README.md | 1 + docs/index.rst | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f81fc1..49a26ed 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![Documentation Status](https://readthedocs.org/projects/sqlite-utils/badge/?version=stable)](http://sqlite-utils.datasette.io/en/stable/?badge=stable) [![codecov](https://codecov.io/gh/simonw/sqlite-utils/branch/main/graph/badge.svg)](https://codecov.io/gh/simonw/sqlite-utils) [![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/simonw/sqlite-utils/blob/main/LICENSE) +[![discord](https://img.shields.io/discord/823971286308356157?label=discord)](https://discord.gg/Ass7bCAMDw) Python CLI utility and library for manipulating SQLite databases. diff --git a/docs/index.rst b/docs/index.rst index 430244e..6793255 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2,7 +2,7 @@ sqlite-utils |version| ======================= -|PyPI| |Changelog| |CI| |License| +|PyPI| |Changelog| |CI| |License| |discord| .. |PyPI| image:: https://img.shields.io/pypi/v/sqlite-utils.svg :target: https://pypi.org/project/sqlite-utils/ @@ -12,6 +12,8 @@ :target: https://github.com/simonw/sqlite-utils/actions .. |License| image:: https://img.shields.io/badge/license-Apache%202.0-blue.svg :target: https://github.com/simonw/sqlite-utils/blob/main/LICENSE +.. |discord| image:: https://img.shields.io/discord/823971286308356157?label=discord + :target: https://discord.gg/Ass7bCAMDw *CLI tool and Python utility functions for manipulating SQLite databases*