From 50439751e31e5f0365dd6a85f2453ea6b352c635 Mon Sep 17 00:00:00 2001 From: Gonzalo Rodriguez Date: Thu, 24 May 2018 15:38:18 -0300 Subject: [PATCH] docs: fix gem badge url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba5c5de7..0899e8a8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Easily implement WebAuthn in your ruby web server -[![Gem](https://img.shields.io/gem/v/formatador.svg?style=flat-square)](https://rubygems.org/gems/webauthn) +[![Gem](https://img.shields.io/gem/v/webauthn.svg?style=flat-square)](https://rubygems.org/gems/webauthn) [![Travis](https://img.shields.io/travis/cedarcode/webauthn-ruby.svg?style=flat-square)](https://travis-ci.org/cedarcode/webauthn-ruby) ## Installation