Skip to content

Commit

Permalink
Readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed May 8, 2016
1 parent 85df6b1 commit bcc96d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You can install this plugin into your CakePHP application using [composer](http:
The recommended way to install composer packages is:

~~~bash
composer require ciricihq/AdminLTE
composer require ciricihq/adminlte
~~~

### Installing dependencies
Expand All @@ -37,7 +37,7 @@ First you need to load the plugin. To do so, edit your `bootstrap.php` file and
add line below:

~~~php
Plugin::load('AdminLTE', ['bootstrap' => true]);
Plugin::load('Cirici/AdminLTE', ['bootstrap' => true]);
~~~

After that, you can easily use the AdminLTE template making your controllers
Expand Down

0 comments on commit bcc96d7

Please sign in to comment.