Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
francisbesset committed May 8, 2011
1 parent 182c7eb commit 847affe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ The files merged can be minify.

### Twig

{{ javascript(['js/jquery/jquery.js', 'js/main.js'] }}
{{ stylesheet(['css/main.css', 'css/form.css') }}
{{ javascript(['js/jquery/jquery.js', 'js/main.js']) }}
{{ stylesheet(['css/main.css', 'css/form.css']) }}

{{ javascripts }}
{{ stylesheets }}

0 comments on commit 847affe

Please sign in to comment.