From 400284da2b76f34a78a0f9f605ba67d8f667ab37 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 7 Apr 2016 12:43:10 -0700 Subject: [PATCH 1/2] add additional shields. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 1a8477ad9..1062b302c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ [![Circle CI](https://circleci.com/gh/AnalogJ/lexicon.svg?style=svg)](https://circleci.com/gh/AnalogJ/lexicon) [![Coverage Status](https://coveralls.io/repos/github/AnalogJ/lexicon/badge.svg)](https://coveralls.io/github/AnalogJ/lexicon?branch=master) +[![PyPI](https://img.shields.io/pypi/dm/dns-lexicon.svg)]() +[![PyPI](https://img.shields.io/pypi/v/dns-lexicon.svg)]() +[![PyPI](https://img.shields.io/pypi/pyversions/dns-lexicon.svg)]() +[![GitHub license](https://img.shields.io/github/license/AnalogJ/lexicon.svg)]() +[![Gratipay User](https://img.shields.io/gratipay/user/dougwilson.svg)]() # lexicon Manipulate DNS records on various DNS providers in a standardized/agnostic way. From 3d658ada88e9a5952343990a96a98c8d4fff52bc Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 7 Apr 2016 12:48:58 -0700 Subject: [PATCH 2/2] fix shield links. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1062b302c..9ea4bd81f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -[![Circle CI](https://circleci.com/gh/AnalogJ/lexicon.svg?style=svg)](https://circleci.com/gh/AnalogJ/lexicon) +[![Circle CI](https://circleci.com/gh/AnalogJ/lexicon.svg?style=shield)](https://circleci.com/gh/AnalogJ/lexicon) [![Coverage Status](https://coveralls.io/repos/github/AnalogJ/lexicon/badge.svg)](https://coveralls.io/github/AnalogJ/lexicon?branch=master) -[![PyPI](https://img.shields.io/pypi/dm/dns-lexicon.svg)]() -[![PyPI](https://img.shields.io/pypi/v/dns-lexicon.svg)]() -[![PyPI](https://img.shields.io/pypi/pyversions/dns-lexicon.svg)]() -[![GitHub license](https://img.shields.io/github/license/AnalogJ/lexicon.svg)]() -[![Gratipay User](https://img.shields.io/gratipay/user/dougwilson.svg)]() +[![PyPI](https://img.shields.io/pypi/dm/dns-lexicon.svg)](https://pypi.python.org/pypi/dns-lexicon) +[![PyPI](https://img.shields.io/pypi/v/dns-lexicon.svg)](https://pypi.python.org/pypi/dns-lexicon) +[![PyPI](https://img.shields.io/pypi/pyversions/dns-lexicon.svg)](https://pypi.python.org/pypi/dns-lexicon) +[![GitHub license](https://img.shields.io/github/license/AnalogJ/lexicon.svg)](https://github.com/AnalogJ/lexicon/blob/master/LICENSE) +[![Gratipay User](https://img.shields.io/gratipay/user/analogj.svg)](https://gratipay.com/~AnalogJ/) # lexicon Manipulate DNS records on various DNS providers in a standardized/agnostic way.