From 847affe3a135209bec5657228070b98baf7649e0 Mon Sep 17 00:00:00 2001 From: Francis Besset Date: Sun, 8 May 2011 22:00:00 +0200 Subject: [PATCH] Fixed typo --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 0f5efd8..093a72d 100644 --- a/README.markdown +++ b/README.markdown @@ -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 }}