diff --git a/tutorial/getting-started.rst b/tutorial/getting-started.rst index ff7406b3..3bf48fc1 100644 --- a/tutorial/getting-started.rst +++ b/tutorial/getting-started.rst @@ -89,7 +89,7 @@ Now you can generate the bundle in which you will write most of your code: .. code-block:: bash - $ php app/console generate:bundle --namespace=Acme/BasicCmsBundle --dir=src --no-interaction + $ php app/console generate:bundle --namespace=Acme/BasicCmsBundle --dir=src --format=yml --no-interaction The Documents ............. @@ -427,8 +427,6 @@ and add some posts:: } } -The - and load the fixtures: .. code-block:: bash