Skip to content

Commit 3c36033

Browse files
committed
Merge pull request #238 from MarcomTeam/patch-1
Update README.md
2 parents d13b73e + 8116e83 commit 3c36033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ at the ``app/config/parameters.yml`` and adjust as needed.
4848

4949
Instead of `phpcr_jackrabbit.yml.dist`, use the `phpcr_doctrine_dbal*.yml.dist`
5050
files and create the database accordingly. If you have the PHP sqlite extension
51-
available, this is the simplest to quickly try out the CMF. Copy one of the files
51+
available, this is the simplest to quickly try out the CMF. Copy the file
5252
and then install the dependencies:
5353

54-
cp app/config/phpcr_doctrine_dbal_<type>.yml.dist app/config/phpcr.yml
54+
cp app/config/phpcr_doctrine_dbal.yml.dist app/config/phpcr.yml
5555
php composer.phar install
5656

5757
The Doctrine DBAL implementation is installed by default already along side the Jackrabbit implementation.

0 commit comments

Comments
 (0)