Skip to content

Commit 887d2c2

Browse files
committed
Fix plugin name
1 parent 5d4b808 commit 887d2c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ CakePHP plugin integration for Rollbar error tracking tool.
1919
2. After installation, [load the plugin](https://book.cakephp.org/3/en/plugins.html#loading-a-plugin)
2020
```php
2121
// src/Application.php
22-
Plugin::load('Rollbar');
22+
Plugin::load('CakeRollbar');
2323
```
2424
Or, you can load the plugin using the shell command:
2525
```sh
26-
bin/cake plugin load Rollbar
26+
bin/cake plugin load CakeRollbar
2727
```
2828
2929
## Setup

0 commit comments

Comments
 (0)