Skip to content

Commit 2e03a7e

Browse files
committed
minor #6350 Fix reference to app folder (kainjow)
This PR was submitted for the master branch but it was merged into the 3.0 branch instead (closes #6350). Discussion ---------- Fix reference to app folder Commits ------- 68650b8 Fix reference to app folder
2 parents a297099 + 68650b8 commit 2e03a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/installation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ of the Symfony Installer anywhere in your system:
343343
c:\projects\> php symfony demo
344344
345345
Once downloaded, enter into the ``symfony_demo/`` directory and run the PHP's
346-
built-in web server executing the ``php app/console server:run`` command. Access
346+
built-in web server executing the ``php bin/console server:run`` command. Access
347347
to the ``http://localhost:8000`` URL in your browser to start using the Symfony
348348
Demo application.
349349

0 commit comments

Comments
 (0)