Skip to content

Commit

Permalink
update naming. fixes #1 fixes #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
james2doyle committed Nov 10, 2013
1 parent 57f27c5 commit 84199e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ An example plugin for [Phile](https://github.com/PhileCMS/Phile) showing how to
### Installation

* Install [Phile](https://github.com/PhileCMS/Phile)
* Clone this repo into `plugins/phileTwigFilter`
* add `$config['plugins']['phileTwigFilter'] = array('active' => true);` to your `config.php`
* Clone this repo into `plugins/phileTwigFilters`
* add `$config['plugins']['phileTwigFilters'] = array('active' => true);` to your `config.php`

### Usage

Expand All @@ -19,4 +19,4 @@ There will also be a filter called `limit_words`. It is used in the same way, an

### Adding More Filters

See the [Twig Documentation on creating filters](http://twig.sensiolabs.org/doc/advanced.html#filters).
See the [Twig Documentation on creating filters](http://twig.sensiolabs.org/doc/advanced.html#filters).

0 comments on commit 84199e7

Please sign in to comment.