Skip to content

Commit 1822e29

Browse files
committed
fix README
1 parent d82a125 commit 1822e29

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Smsapi notifications channel for Laravel 5.3+
22

3-
[![Latest Version on Packagist](https://img.shields.io/packagist/v/mdrost/laravel-notification-channels-smsapi.svg)](https://packagist.org/packages/mdrost/laravel-notification-channels-smsapi)
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/laravel-notification-channels/smsapi.svg)](https://packagist.org/packages/laravel-notification-channels/smsapi)
44
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
5-
[![Build Status](https://img.shields.io/travis/mdrost/laravel-notification-channels-smsapi/master.svg)](https://travis-ci.org/mdrost/laravel-notification-channels-smsapi)
5+
[![Build Status](https://img.shields.io/travis/laravel-notification-channels/smsapi/master.svg)](https://travis-ci.org/laravel-notification-channels/smsapi)
66
[![StyleCI](https://styleci.io/repos/87848457/shield)](https://styleci.io/repos/87848457)
77
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/18cfad29-20b9-46c2-90d8-57576079a58a.svg)](https://insight.sensiolabs.com/projects/18cfad29-20b9-46c2-90d8-57576079a58a)
8-
[![Quality Score](https://img.shields.io/scrutinizer/g/mdrost/laravel-notification-channels-smsapi.svg)](https://scrutinizer-ci.com/g/mdrost/laravel-notification-channels-smsapi)
9-
[![Code Coverage](https://scrutinizer-ci.com/g/mdrost/laravel-notification-channels-smsapi/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/mdrost/laravel-notification-channels-smsapi/?branch=master)
10-
[![Total Downloads](https://img.shields.io/packagist/dt/mdrost/laravel-notification-channels-smsapi.svg)](https://packagist.org/packages/mdrost/laravel-notification-channels-smsapi)
11-
[![PHP 7 ready](http://php7ready.timesplinter.ch/mdrost/laravel-notification-channels-smsapi/badge.svg)](https://travis-ci.org/mdrost/laravel-notification-channels-smsapi)
8+
[![Quality Score](https://img.shields.io/scrutinizer/g/laravel-notification-channels/smsapi.svg)](https://scrutinizer-ci.com/g/laravel-notification-channels/smsapi)
9+
[![Code Coverage](https://scrutinizer-ci.com/g/laravel-notification-channels/smsapi/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/laravel-notification-channels/smsapi/?branch=master)
10+
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/smsapi.svg)](https://packagist.org/packages/laravel-notification-channels/smsapi)
11+
[![PHP 7 ready](http://php7ready.timesplinter.ch/laravel-notification-channels/smsapi/badge.svg)](https://travis-ci.org/laravel-notification-channels/smsapi)
1212

1313
This package makes it easy to send notifications using [Smsapi](https://www.smsapi.pl/) with Laravel 5.3+.
1414

0 commit comments

Comments
 (0)