From 9571f6313062b7563328e7f9624b5f34c6202de3 Mon Sep 17 00:00:00 2001 From: Kevin Wojniak Date: Fri, 11 Mar 2016 11:47:38 -0800 Subject: [PATCH] Fix reference to app folder --- book/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/installation.rst b/book/installation.rst index fea46ca5c22..5c659511566 100644 --- a/book/installation.rst +++ b/book/installation.rst @@ -343,7 +343,7 @@ of the Symfony Installer anywhere in your system: c:\projects\> php symfony demo Once downloaded, enter into the ``symfony_demo/`` directory and run the PHP's -built-in web server executing the ``php app/console server:run`` command. Access +built-in web server executing the ``php bin/console server:run`` command. Access to the ``http://localhost:8000`` URL in your browser to start using the Symfony Demo application.