File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -302,15 +302,13 @@ them all at once:
302
302
Depending on the complexity of your project, this update process can take up to
303
303
several minutes to complete.
304
304
305
- .. _installing-a-symfony2-distribution :
306
-
307
305
Installing the Symfony Demo Application
308
306
---------------------------------------
309
307
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.
314
312
315
313
In order to download the Symfony Demo application, execute the ``demo `` command
316
314
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
328
326
to the ``http://localhost:8000 `` URL in your browser to start using the Symfony
329
327
Demo application.
330
328
329
+ .. _installing-a-symfony2-distribution :
330
+
331
331
Installing a Symfony Distribution
332
332
---------------------------------
333
333
You can’t perform that action at this time.
0 commit comments