Skip to content

Commit

Permalink
Fix reference to app folder
Browse files Browse the repository at this point in the history
  • Loading branch information
kainjow authored and xabbuh committed Mar 11, 2016
1 parent a297099 commit 68650b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/installation.rst
Expand Up @@ -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.

Expand Down

0 comments on commit 68650b8

Please sign in to comment.