Skip to content

Commit

Permalink
Minor update in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxray committed Feb 13, 2016
1 parent b726fad commit 5f8290f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Expand Up @@ -13,12 +13,25 @@ this Bundle will help in cache busting with help of

## Installation

Install the latest version with

Install the latest version with
```
$ composer require ajaxray/gulp-buster-bundle
```

Then enable the bundle in AppKernel -
``` php
<?php
// app/AppKernel.php

public function registerBundles()
{
$bundles = array(
// ...
new Ajaxray\GulpBusterBundle\GulpBusterBundle(),
);
}
```

## How to use
Assuming you are using **[gulp-buster](https://www.npmjs.com/package/gulp-buster)** to generate hashes for your
web assets (javascript, css, images etc. static resources).
Expand Down

0 comments on commit 5f8290f

Please sign in to comment.