From c7e7025bc6ea1d29385e75fe2893e005a3561216 Mon Sep 17 00:00:00 2001 From: Vincent Klaiber Date: Tue, 7 Aug 2018 14:42:41 +0200 Subject: [PATCH] Update badges to badgen.net --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fe3175f..1609c29 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,11 @@ Alert::info('Smithers, release the hounds.'); $alert->warning('¡Ay, caramba!'); ``` -[![Build Status](https://img.shields.io/travis/vinkla/laravel-alert/master.svg?style=flat)](https://travis-ci.org/vinkla/laravel-alert) -[![StyleCI](https://styleci.io/repos/54970000/shield?style=flat)](https://styleci.io/repos/54970000) -[![Coverage Status](https://img.shields.io/codecov/c/github/vinkla/laravel-alert.svg?style=flat)](https://codecov.io/github/vinkla/laravel-alert) -[![Total Downloads](https://img.shields.io/packagist/dt/vinkla/alert.svg?style=flat)](https://packagist.org/packages/vinkla/alert) -[![Latest Version](https://img.shields.io/github/release/vinkla/alert.svg?style=flat)](https://github.com/vinkla/alert/releases) -[![License](https://img.shields.io/packagist/l/vinkla/alert.svg?style=flat)](https://packagist.org/packages/vinkla/alert) +[![Build Status](https://badgen.net/travis/vinkla/laravel-alert/master)](https://travis-ci.org/vinkla/laravel-alert) +[![Coverage Status](https://badgen.net/codecov/c/github/vinkla/laravel-alert)](https://codecov.io/github/vinkla/laravel-alert) +[![Total Downloads](https://badgen.net/packagist/dt/vinkla/alert)](https://packagist.org/packages/vinkla/alert) +[![Latest Version](https://badgen.net/github/release/vinkla/alert)](https://github.com/vinkla/alert/releases) +[![License](https://badgen.net/packagist/license/vinkla/alert)](https://packagist.org/packages/vinkla/alert) ## Installation