Skip to content

Commit d49413b

Browse files
committed
minor styling tweaks
1 parent f980b33 commit d49413b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/installation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,16 +174,16 @@ If there are any issues, correct them now before moving on.
174174

175175
:: code-block: bash
176176

177-
app/console doctrine:database:drop --force
178-
app/console doctrine:database:create
177+
$ app/console doctrine:database:drop --force
178+
$ app/console doctrine:database:create
179179

180180
There's no way to configure these defaults inside doctrine, as it tries to be
181181
as agnostic as possible in terms of enviroment configuration, so only way around it
182182
is to configure server level defaults.
183183

184184
Setting UTF8 defaults for MySQL is as simple as adding a few lines to configuration file:
185185

186-
:: code-block: text
186+
:: code-block: ini
187187

188188
[mysqld]
189189
collation-server = utf8_general_ci

0 commit comments

Comments
 (0)