From c09d1c36ffea9bb5f49757329a31c04bcd80563a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20H=C3=A9rault?= Date: Mon, 3 Oct 2011 09:02:13 +0200 Subject: [PATCH] Update readme --- README.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index b5c12a9..68b2761 100644 --- a/README.markdown +++ b/README.markdown @@ -43,7 +43,7 @@ as a submodule: ## Add the namespace in the autoloader -If the `Knp` namespace is not already defined in your autoloader, you must add it: +You must register both Gaufrette and the KnpGaufretteBundle in your autoloader: ``` php registerNamespaces(array( 'Knp\Bundle' => __DIR__.'/../vendor/bundles', 'Gaufrette' => __DIR__.'/../vendor/gaufrette/src', - // ... - )); ```