Skip to content

Commit 8e4ce21

Browse files
Fix readme badges
1 parent babd3a9 commit 8e4ce21

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![Software license][license-badge]](LICENSE.md)
55
[![Build status][travis-badge]][link-travis]
66
[![Total downloads][downloads-badge]][link-packagist]
7+
[![Total stars][stars-badge]][link-github]
78

89
[![Read my blog][blog-link-badge]][link-blog]
910
[![View my other packages and projects][packages-link-badge]][link-packages]
@@ -264,24 +265,26 @@ My name is Sebastiaan and I'm a freelance back-end developer specializing in bui
264265

265266
Have a project that could use some guidance? Send me an e-mail at [hello@sebastiaanluca.com][link-author-email]!
266267

267-
[version-badge]: https://poser.pugx.org/sebastiaanluca/laravel-boolean-dates/version
268-
[license-badge]: https://img.shields.io/badge/license-MIT-brightgreen.svg
268+
[version-badge]: https://img.shields.io/packagist/v/sebastiaanluca/laravel-boolean-dates.svg?label=stable
269+
[license-badge]: https://img.shields.io/badge/license-MIT-informational.svg
269270
[travis-badge]: https://img.shields.io/travis/sebastiaanluca/laravel-boolean-dates/master.svg
270-
[downloads-badge]: https://img.shields.io/packagist/dt/sebastiaanluca/laravel-boolean-dates.svg
271+
[downloads-badge]: https://img.shields.io/packagist/dt/sebastiaanluca/laravel-boolean-dates.svg?color=brightgreen
272+
[stars-badge]: https://img.shields.io/github/stars/sebastiaanluca/laravel-boolean-dates.svg?color=brightgreen
271273

272274
[blog-link-badge]: https://img.shields.io/badge/link-blog-lightgrey.svg
273275
[packages-link-badge]: https://img.shields.io/badge/link-other_packages-lightgrey.svg
274276
[twitter-profile-badge]: https://img.shields.io/twitter/follow/sebastiaanluca.svg?style=social
275277
[twitter-share-badge]: https://img.shields.io/twitter/url/http/shields.io.svg?style=social
276278

279+
[link-github]: https://github.com/sebastiaanluca/laravel-boolean-dates
277280
[link-packagist]: https://packagist.org/packages/sebastiaanluca/laravel-boolean-dates
278281
[link-travis]: https://travis-ci.org/sebastiaanluca/laravel-boolean-dates
282+
[link-twitter-share]: https://twitter.com/intent/tweet?text=Easily%20convert%20Eloquent%20model%20booleans%20to%20dates%20and%20back%20with%20Laravel%20Boolean%20Dates.%20Via%20@sebastiaanluca%20https://github.com/sebastiaanluca/laravel-boolean-dates
279283
[link-contributors]: ../../contributors
280284

281285
[link-portfolio]: https://www.sebastiaanluca.com
282286
[link-blog]: https://blog.sebastiaanluca.com
283287
[link-packages]: https://packagist.org/packages/sebastiaanluca
284288
[link-twitter]: https://twitter.com/sebastiaanluca
285-
[link-twitter-share]: https://twitter.com/intent/tweet?text=Easily%20convert%20Eloquent%20model%20booleans%20to%20dates%20and%20back%20with%20Laravel%20Boolean%20Dates.%20Via%20@sebastiaanluca%20https://github.com/sebastiaanluca/laravel-boolean-dates
286289
[link-github-profile]: https://github.com/sebastiaanluca
287290
[link-author-email]: mailto:hello@sebastiaanluca.com

0 commit comments

Comments
 (0)