diff --git a/Resources/doc/index.rst b/Resources/doc/index.rst index b497385..7d6f36c 100644 --- a/Resources/doc/index.rst +++ b/Resources/doc/index.rst @@ -12,7 +12,8 @@ To install MongoDBAclBundle using composer add following line to you composer.js Use the composer update command to start the installation. After the installation add following line into the bundles array in your AppKernel.php file:: # AppKernel.php - new PWalkow\MongoDBAclBundle\PWalkowMongoDBAclBundle() + ------------------- new PWalkow\MongoDBAclBundle\PWalkowMongoDBAclBundle() + +++++++++++++++++++ new PWalkow\MongoDBAclBundle\MongoDBAclBundle(), Configuration ------------- @@ -46,4 +47,4 @@ The full acl provider configuration options are listed below:: To initialize the MongoDB ACL run the following command:: - php app/console init:acl:mongodb \ No newline at end of file + php app/console init:acl:mongodb