Skip to content

Commit

Permalink
fixes namespace - the return of the ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlaefer committed Mar 25, 2015
1 parent 3aabda0 commit b32cfbb
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ See: <https://github.com/Schlaefer/cakephp-simple-captcha>
Install
-------

Require in composer: `siezi/cakephp-simple-captcha`
```php
composer require siezi/cakephp-simple-captcha
```

Include plugin manually if necessary:

```php
Plugin::load('Siezi/SimpleCaptcha');
```

Usage Example
-------------
Expand All @@ -19,7 +27,7 @@ Include helper in the Controller:

```php
public $helpers = [
'SimpleCaptcha.SimpleCaptcha',
'Siezi/SimpleCaptcha.SimpleCaptcha',
];
```

Expand Down

0 comments on commit b32cfbb

Please sign in to comment.