From 9e4ac6fcbb95ae445429a52c8780e6eba928020d Mon Sep 17 00:00:00 2001 From: Nitaco Date: Tue, 11 Nov 2014 08:34:40 +0100 Subject: [PATCH] Updated first code-block:: bash The command for executing an console command was wrong. The php command was missing. It will help further readers. --- cookbook/console/console_command.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/console/console_command.rst b/cookbook/console/console_command.rst index 4ed71637446..90ab9aefbbc 100644 --- a/cookbook/console/console_command.rst +++ b/cookbook/console/console_command.rst @@ -59,7 +59,7 @@ This command will now automatically be available to run: .. code-block:: bash - $ app/console demo:greet Fabien + $ php app/console demo:greet Fabien .. _cookbook-console-dic: