Skip to content

Commit fd7d527

Browse files
committed
Update README.md
1 parent 45a444e commit fd7d527

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CSS-Inliner
22
-------
33

4+
[![Latest Version on Packagist][ico-version]][link-packagist]
5+
[![Software License][ico-license]](LICENSE.md)
6+
[![Build Status][ico-travis]][link-travis]
7+
[![Total Downloads][ico-downloads]][link-downloads]
8+
49
CSS-Inliner is simple PHP tools that **inserts CSS from file into HTML style attributes**. Nothing more, nothing less.
510

611
I tried to make it **as fast as possible**, but due to third party libraries I can't do more.
@@ -70,4 +75,19 @@ a.google{color:#c0392b;font-weight:700;font-family:Verdana, 'Open Sans';font-siz
7075
A file myResult.html will be genereted in templates/example.
7176

7277
Your .html and .css files must be the same name of your template path.
73-
See an example in https://github.com/alisonmonteiro/CSS-Inliner/tree/master/templates
78+
See an example in https://github.com/alisonmonteiro/CSS-Inliner/tree/master/templates
79+
80+
[ico-version]: https://img.shields.io/packagist/v/northys/CSS-Inliner.svg?style=flat-square
81+
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
82+
[ico-travis]: https://travis-ci.org/Northys/CSS-Inliner.svg?branch=master
83+
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/northys/CSS-Inliner.svg?style=flat-square
84+
[ico-code-quality]: https://img.shields.io/scrutinizer/g/northys/CSS-Inliner.svg?style=flat-square
85+
[ico-downloads]: https://img.shields.io/packagist/dt/northys/CSS-Inliner.svg?style=flat-square
86+
87+
[link-packagist]: https://packagist.org/packages/northys/CSS-Inliner
88+
[link-travis]: https://travis-ci.org/Northys/CSS-Inliner
89+
[link-scrutinizer]: https://scrutinizer-ci.com/g/northys/CSS-Inliner/code-structure
90+
[link-code-quality]: https://scrutinizer-ci.com/g/northys/CSS-Inliner
91+
[link-downloads]: https://packagist.org/packages/northys/CSS-Inliner
92+
[link-author]: https://github.com/Northys
93+
[link-contributors]: ../../contributors

0 commit comments

Comments
 (0)