Skip to content
This repository has been archived by the owner on Mar 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #22 from tuannh99/develop
Browse files Browse the repository at this point in the history
Fix correct plugin path to load
  • Loading branch information
burzum committed Sep 4, 2015
2 parents fce92fc + 14dcf65 commit dccd66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ composer require burzum/cakephp-html-purifier:~2.0
In your `config/bootstrap.php`

```php
Plugin::load('Burzum/HtmlPurifier.HtmlPurifier');
Plugin::load('Burzum/HtmlPurifier');
```

0 comments on commit dccd66e

Please sign in to comment.