Skip to content

Commit

Permalink
Fix up README
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Apr 2, 2020
1 parent 4f5017a commit efb90ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/phpunit.phar
/vendor/
/.idea/
/.phpunit.result.cache
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This plugin contains various localized validation classes for specific countries

The master branch has the following requirements:

* CakePHP 3.5+.
* PHP 5.6+.
* CakePHP 4.0+.
* PHP 7.2+.

## Installation

Expand All @@ -26,7 +26,7 @@ Load your plugin using
```
bin/cake plugin load Cake/Localized
```
or by manually putting `Plugin::load('Cake/Localized')` in your `boostrap.php`.
or by manually adding `$this->addPlugin('Cake/Localized')` in your `src/Application.php`.

## Model validation

Expand Down

0 comments on commit efb90ae

Please sign in to comment.