Skip to content

Commit

Permalink
fixed typo extentions => extensions
Browse files Browse the repository at this point in the history
related to issue #5
  • Loading branch information
cebe committed Jan 16, 2012
1 parent 7881092 commit 396ac38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This extension allows you to use [Twig](http://twig.sensiolabs.org) templates in
'options' => array(
'autoescape' => true,
),
'extentions' => array(
'extensions' => array(
'My_Twig_Extension',
),
'globals' => array(
Expand Down

0 comments on commit 396ac38

Please sign in to comment.