Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
padaliyajay authored Jan 4, 2019
1 parent 8c9a939 commit 3e6daa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
CSS autoprefixer written in pure PHP

## Installation
Simply add a dependency on padaliyajay/php-autoprefixer to your composer.json file

Simply add a dependency on padaliyajay/php-autoprefixer to your composer.json file if you use [Composer](https://getcomposer.org/) to manage the dependencies of your project:
```
composer require padaliyajay/php-autoprefixer
```
Although it's recommended to use Composer, you can actually [include these files](https://github.com/padaliyajay/php-autoprefixer/wiki/Installation) anyway you want.

## Usage
```
Expand All @@ -20,4 +20,4 @@ $prefixed_css = $autoprefixer->compile();

## License

Minify is [MIT](http://opensource.org/licenses/MIT) licensed.
[MIT](http://opensource.org/licenses/MIT) licensed.

0 comments on commit 3e6daa6

Please sign in to comment.