Skip to content

Commit b32cfbb

Browse files
committed
fixes namespace - the return of the ?
1 parent 3aabda0 commit b32cfbb

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

readme.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ See: <https://github.com/Schlaefer/cakephp-simple-captcha>
88
Install
99
-------
1010

11-
Require in composer: `siezi/cakephp-simple-captcha`
11+
```php
12+
composer require siezi/cakephp-simple-captcha
13+
```
14+
15+
Include plugin manually if necessary:
16+
17+
```php
18+
Plugin::load('Siezi/SimpleCaptcha');
19+
```
1220

1321
Usage Example
1422
-------------
@@ -19,7 +27,7 @@ Include helper in the Controller:
1927

2028
```php
2129
public $helpers = [
22-
'SimpleCaptcha.SimpleCaptcha',
30+
'Siezi/SimpleCaptcha.SimpleCaptcha',
2331
];
2432
```
2533

0 commit comments

Comments
 (0)