fixed typo

This commit is contained in:
Fabien Potencier
2012-03-01 15:11:11 +01:00
parent e765183c62
commit 9f322ab2fd
+1 -2
View File
@@ -68,11 +68,10 @@ Installing via Composer
{
"require": {
"twig": "1.6.0"
"twig/twig": "1.6.0"
}
}
3. Install via composer
.. code-block:: bash