Merge pull request #32 from fabienpomerol/patch-1

Fixed Typo
This commit is contained in:
Grégoire Passault 2012-08-11 02:26:40 -07:00
commit 4c28dd420f
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Now you will need to add the `Gregwar` namespace to your autoloader:
<?php
// app/autoload.php
$loader->registerNamspaces(array(
$loader->registerNamespaces(array(
// ...
'Gregwar' => __DIR__.'/../vendor/bundles',
));