From f8da2a127ea228320c56ce3290f6ebc6a7d16648 Mon Sep 17 00:00:00 2001 From: Dmitri Akatov Date: Tue, 24 Jun 2014 16:29:39 +0100 Subject: [PATCH] use shields.io images --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39a593d..81b3732 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # angular-contenteditable -[![Build Status](https://travis-ci.org/akatov/angular-contenteditable.png)](https://travis-ci.org/akatov/angular-contenteditable) -[![Dependency Status](https://gemnasium.com/akatov/angular-contenteditable.png)](https://gemnasium.com/akatov/angular-contenteditable) -[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/akatov/angular-contenteditable/trend.png)](https://bitdeli.com/free "Bitdeli Badge") +[![Build Status](https://img.shields.io/travis/akatov/angular-contenteditable.svg)](https://travis-ci.org/akatov/angular-contenteditable) +[![Dependency Status](https://img.shields.io/gemnasium/akatov/angular-contenteditable.svg)](https://gemnasium.com/akatov/angular-contenteditable) [![endorse](https://api.coderwall.com/akatov/endorsecount.png)](https://coderwall.com/akatov) An AngularJS directive to bind html tags with the `contenteditable` attribute to models.