Skip to content

Commit 5482fda

Browse files
committed
Fixed some issues reported by Wouter
1 parent d9f20c2 commit 5482fda

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

book/installation.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -302,15 +302,13 @@ them all at once:
302302
Depending on the complexity of your project, this update process can take up to
303303
several minutes to complete.
304304

305-
.. _installing-a-symfony2-distribution:
306-
307305
Installing the Symfony Demo Application
308306
---------------------------------------
309307

310-
The Symfony Demo application is a fully-functional application that shows in
311-
practice the recommended way to develop Symfony applications. The application
312-
has been conceived as a learning tool for Symfony newcomers and its source code
313-
contains tons of comments and helpful notes.
308+
The Symfony Demo application is a fully-functional application that shows the
309+
recommended way to develop Symfony applications. The application has been
310+
conceived as a learning tool for Symfony newcomers and its source code contains
311+
tons of comments and helpful notes.
314312

315313
In order to download the Symfony Demo application, execute the ``demo`` command
316314
of the Symfony Installer anywhere in your system:
@@ -328,6 +326,8 @@ built-in web server executing the ``php app/console server:run`` command. Access
328326
to the ``http://localhost:8000`` URL in your browser to start using the Symfony
329327
Demo application.
330328

329+
.. _installing-a-symfony2-distribution:
330+
331331
Installing a Symfony Distribution
332332
---------------------------------
333333

0 commit comments

Comments
 (0)