aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2017-04-26 11:58:40 -0400
committerGitHub <noreply@github.com>2017-04-26 11:58:40 -0400
commit4f1f7da9500d32f62e5685d17aae2d8192e4aa6e (patch)
tree9808911be92346b5636936b3491338d626debd5e
parentca3fe83c4060488cebebf1248dcca6f76a331a7f (diff)
downloadmarkdown-4f1f7da9500d32f62e5685d17aae2d8192e4aa6e.tar.gz
markdown-4f1f7da9500d32f62e5685d17aae2d8192e4aa6e.tar.bz2
markdown-4f1f7da9500d32f62e5685d17aae2d8192e4aa6e.zip
Fix a silly formatting error in README.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 25b0324..56a011a 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
[![Python Versions](http://img.shields.io/pypi/pyversions/Markdown.svg)](http://pypi.python.org/pypi/Markdown)
[![BSD License](http://img.shields.io/badge/license-BSD-yellow.svg)](http://opensource.org/licenses/BSD-3-Clause)
[![Issue Stats](http://issuestats.com/github/waylan/Python-Markdown/badge/issue?style=flat)](http://issuestats.com/github/waylan/Python-Markdown)
-[![Code of Conduct][https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square]][Code of Conduct]
+[![Code of Conduct](https://img.shields.io/badge/code%20of%20conduct-contributor%20covenant-green.svg?style=flat-square)][Code of Conduct]
This is a Python implementation of John Gruber's [Markdown][].
It is almost completely compliant with the reference implementation,