Skip to content

Commit

Permalink
Merge pull request #87 from visto9259/2.0.x
Browse files Browse the repository at this point in the history
Fixed docs and GitHub actions
  • Loading branch information
visto9259 authored Aug 30, 2024
2 parents ae7b1c6 + 3a8207b commit 1b22d1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defaults:
on:
push:
branches:
- 'master'
- 'main'
paths:
- 'docs/**'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
:::

Expand Down

0 comments on commit 1b22d1d

Please sign in to comment.