Skip to content

Commit 918dee6

Browse files
Correct broken badges in README.md
2 parents 6bc2c3a + deba799 commit 918dee6

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,12 +1,12 @@
11
Laravel Mail CSS Inliner
22
========================
33

4-
![](https://github.com/fedeisas/laravel-mail-css-inliner/workflows/CI/badge.svg)
5-
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=fedeisas/laravel-mail-css-inliner&identifier=16568832)](https://dependabot.com)
6-
[![Latest Stable Version](https://poser.pugx.org/fedeisas/laravel-mail-css-inliner/v/stable.png)](https://packagist.org/packages/fedeisas/laravel-mail-css-inliner)
7-
[![Latest Unstable Version](https://poser.pugx.org/fedeisas/laravel-mail-css-inliner/v/unstable.png)](https://packagist.org/packages/fedeisas/laravel-mail-css-inliner)
8-
[![Total Downloads](https://poser.pugx.org/fedeisas/laravel-mail-css-inliner/downloads.png)](https://packagist.org/packages/fedeisas/laravel-mail-css-inliner)
9-
[![License](https://poser.pugx.org/fedeisas/laravel-mail-css-inliner/license.png)](https://packagist.org/packages/fedeisas/laravel-mail-css-inliner)
4+
[![CI status](https://github.com/fedeisas/laravel-mail-css-inliner/actions/workflows/main.yml/badge.svg)](https://github.com/fedeisas/laravel-mail-css-inliner/actions)
5+
[![Dependabot Status](https://img.shields.io/badge/dependabot-active-brightgreen?logo=dependabot)](https://dependabot.com)
6+
[![Latest Stable Version](https://poser.pugx.org/fedeisas/laravel-mail-css-inliner/v)](https://packagist.org/packages/fedeisas/laravel-mail-css-inliner)
7+
[![Latest Unstable Version](https://poser.pugx.org/fedeisas/laravel-mail-css-inliner/v/unstable)](https://packagist.org/packages/fedeisas/laravel-mail-css-inliner)
8+
[![Total Downloads](https://poser.pugx.org/fedeisas/laravel-mail-css-inliner/downloads)](https://packagist.org/packages/fedeisas/laravel-mail-css-inliner)
9+
[![License](https://poser.pugx.org/fedeisas/laravel-mail-css-inliner/license)](https://packagist.org/packages/fedeisas/laravel-mail-css-inliner)
1010

1111
## Why?
1212
Most email clients won't render CSS (on a `<link>` or a `<style>`). The solution is inline your CSS directly on the HTML. Doing this by hand easily turns into unmantainable templates.

0 commit comments

Comments
 (0)