Skip to content

Commit 9600278

Browse files
committed
cosmetics
1 parent 1ce6631 commit 9600278

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ The next step is to setup the database, if you want to use Sqlite as your databa
2222
app/console doctrine:phpcr:fixtures:load
2323

2424
If you prefer to use another database backend, for example MySQL, run the Symfony configurator (point your browser
25-
to /web/config.php) or set your databaseconnection parameters in app/config/parameters.yml. Make sure you leave
26-
the 'database_path' property at 'null' in order to use another driver than Sqlite. Leaving the field blank in the
27-
webconfigurator should set it to 'null'.
25+
to /web/config.php) or set your database connection parameters in app/config/parameters.yml. Make sure you leave
26+
the 'database_path' property at 'null' in order to use another driver than SQLite. Leaving the field blank in the
27+
web-configurator should set it to 'null'.
2828

2929
## Access by web browser
3030

0 commit comments

Comments
 (0)