From 8eb4e350b152f521eb1cf08cdcf05403575491d2 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 18 Feb 2016 01:46:25 +0100 Subject: [PATCH] Fix readme badges [ci skip] --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7a1c26e..934774f 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ Goldfinger, a Webfinger client for Ruby ======================================= [![Gem Version](http://img.shields.io/gem/v/goldfinger.svg)][gem] -[![Build Status](http://img.shields.io/travis/gargron/goldfinger.svg)][travis] -[![Dependency Status](http://img.shields.io/gemnasium/gargron/goldfinger.svg)][gemnasium] +[![Build Status](http://img.shields.io/travis/Gargron/goldfinger.svg)][travis] +[![Dependency Status](http://img.shields.io/gemnasium/Gargron/goldfinger.svg)][gemnasium] [gem]: https://rubygems.org/gems/goldfinger -[travis]: https://travis-ci.org/gargron/goldfinger -[gemnasium]: https://gemnasium.com/gargron/goldfinger +[travis]: https://travis-ci.org/Gargron/goldfinger +[gemnasium]: https://gemnasium.com/Gargron/goldfinger A Webfinger client for Ruby. Supports `application/xrd+xml` and `application/jrd+json` responses. Raises `Goldfinger::NotFoundError` on failure to fetch the Webfinger or XRD data, or `Goldfinger::SSLError` if something is wrong with the HTTPS connection it uses.