summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2020-07-23 21:29:58 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2020-07-23 21:29:58 -0700
commitca585bf28f4b5acbb5d20ff6bfbf47cdfbde4b29 (patch)
tree73646e16391d9d64b9e595e35c8011dcad605ec0 /README.md
parent09d68a89978f1b678ea3a5c7f0c3d13367330615 (diff)
downloadisort-ca585bf28f4b5acbb5d20ff6bfbf47cdfbde4b29.tar.gz
Add badge reference
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8d875a60..8c73c714 100644
--- a/README.md
+++ b/README.md
@@ -563,6 +563,26 @@ setup(
)
```
+Spread the word
+==========
+
+[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://timothycrosley.github.io/isort/)
+
+Place this badge at the top your repository to let others know your project uses isort.
+
+For README.md:
+
+```markdown
+[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://timothycrosley.github.io/isort/)
+```
+
+Or README.rst:
+
+```rst
+.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
+ :target: https://timothycrosley.github.io/isort/
+```
+
Security contact information
==========