Fixed mistake

This commit is contained in:
William DURAND 2011-02-14 22:51:43 +01:00
parent c57c261a17
commit 4d1cc6acea
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -51,7 +51,7 @@ Installation
...
}
* Don't forget to add the register the PropelBundle namespace in `app/autoload.php`:
* Don't forget to register the PropelBundle namespace in `app/autoload.php`:
$loader->registerNamespaces(array(
...

View file

@ -51,7 +51,7 @@ Installation
...
}
* Don't forget to add the register the PropelBundle namespace in `app/autoload.php`:
* Don't forget to register the PropelBundle namespace in `app/autoload.php`:
$loader->registerNamespaces(array(
...