diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 5a6a1fc..c87f06e 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -8,7 +8,7 @@ defaults: on: push: branches: - - 'master' + - 'main' paths: - 'docs/**' workflow_dispatch: diff --git a/docs/docs/quick-start.md b/docs/docs/quick-start.md index e0f57bb..3789ebc 100644 --- a/docs/docs/quick-start.md +++ b/docs/docs/quick-start.md @@ -68,7 +68,7 @@ You will be prompted by the `laminas-component-installer` plugin to inject LM-Co :::note **Manual installation:** -Enable the module by adding `LmcRbac` key to your `application.config.php` or `modules.config.php` file for Laminas MVC +Enable the module by adding `Lmc\Rbac` key to your `application.config.php` or `modules.config.php` file for Laminas MVC applications, or to the `config/config.php` file for Mezzio applications. :::