We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4b808 commit 887d2c2Copy full SHA for 887d2c2
1 file changed
README.md
@@ -19,11 +19,11 @@ CakePHP plugin integration for Rollbar error tracking tool.
19
2. After installation, [load the plugin](https://book.cakephp.org/3/en/plugins.html#loading-a-plugin)
20
```php
21
// src/Application.php
22
- Plugin::load('Rollbar');
+ Plugin::load('CakeRollbar');
23
```
24
Or, you can load the plugin using the shell command:
25
```sh
26
- bin/cake plugin load Rollbar
+ bin/cake plugin load CakeRollbar
27
28
29
## Setup
0 commit comments