Skip to content

Commit

Permalink
Merge pull request #1 from andraskende/master
Browse files Browse the repository at this point in the history
Fixed a typo in the readme.
  • Loading branch information
nateabele committed Jun 8, 2011
2 parents 9eac357 + efcf3d3 commit 20fef4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
In case you downloaded extract it first. You now have to register your plugin
as a library within your application in `config/bootstrap/libraries.php`.

Just add `Library::add('li3_design');` at the bottom of the file. Should your
Just add `Libraries::add('li3_design');` at the bottom of the file. Should your
plugin not be located in one of the library paths (i.e. `<app>/libraries`)
you must also specify a path `Library::add('li3_design', array('path' => ...));`.
you must also specify a path `Libraries::add('li3_design', array('path' => ...));`.

About
-----
Expand Down

0 comments on commit 20fef4d

Please sign in to comment.