diff options
author | mattjegan <matthewj.egan@hotmail.com> | 2016-10-04 13:38:01 +1100 |
---|---|---|
committer | mattjegan <matthewj.egan@hotmail.com> | 2016-10-04 13:38:01 +1100 |
commit | daec55d4e15d632c9507f9327ae2cea600ffd95c (patch) | |
tree | 85d1af8bc1b7046fd0ee402835f41a08c674f48c /README.md | |
parent | 89a1ffa77bcfdfba44b4713c1e296e5e3143126a (diff) | |
download | docker-py-daec55d4e15d632c9507f9327ae2cea600ffd95c.tar.gz |
Fix syntax in README required by RST
Before the readme is converted to rst it required an extra character to convert with no errors. Signed-off-by: Matthew Egan <matthewj.egan@hotmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ The latest stable version is always available on PyPi. pip install docker-py Documentation ------------- +------------- [![Documentation Status](https://readthedocs.org/projects/docker-py/badge/?version=latest)](https://readthedocs.org/projects/docker-py/?badge=latest) |