Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 2bf785f

Browse files
committed
generate annotations in yml format. fix #568
1 parent 8d1f866 commit 2bf785f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tutorial/getting-started.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Now you can generate the bundle in which you will write most of your code:
8989

9090
.. code-block:: bash
9191
92-
$ php app/console generate:bundle --namespace=Acme/BasicCmsBundle --dir=src --no-interaction
92+
$ php app/console generate:bundle --namespace=Acme/BasicCmsBundle --dir=src --format=yml --no-interaction
9393
9494
The Documents
9595
.............
@@ -427,8 +427,6 @@ and add some posts::
427427
}
428428
}
429429

430-
The
431-
432430
and load the fixtures:
433431

434432
.. code-block:: bash

0 commit comments

Comments
 (0)