Skip to content

Commit fa0b90d

Browse files
committed
Update docs.
Refs #324
1 parent 2acfa85 commit fa0b90d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.mdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,13 @@ Asset Compress is CakePHP plugin for helping reduce the number of requests, and
2424

2525
Add this plugin to your application with composer:
2626

27-
php composer.phar require markstory/asset_compress
27+
php composer.phar require markstory/asset_compress
2828

2929
Then make sure you load the plugin:
3030

31-
// in config/bootstrap.php
32-
Plugin::load('AssetCompress', ['bootstrap' => true]);
31+
// in src/Application.php
32+
// in the bootstrap() method add
33+
$this->addPlugin('AssetCompress');
3334

3435
Copy the `config/asset_compress.sample.ini` from the plugin to your app's
3536
`config/asset_compress.ini`. From there read the [wiki](http://github.com/markstory/asset_compress/wiki)

0 commit comments

Comments
 (0)