Skip to content

Commit

Permalink
Fixing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
visto9259 committed Apr 25, 2024
1 parent 7ea1c31 commit 6d4e830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LmcRbac only officially supports installation through Composer. For Composer doc
Install the module:

```sh
$ composer require lm-commons/lmc-rbac:^1.1
$ composer require lm-commons/lmc-rbac
```

Enable the module by adding `LmcRbac` key to your `application.config.php` file. Customize the module by copy-pasting
Expand Down
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'LmcRbac',
tagline: 'LmcUser is a user registration and authentication module for Laminas. LmcUser provides the foundations for adding user authentication and registration to your Laminas site.',
tagline: 'Role-based access control module to provide additional features on top of Laminas\\Permissions\\Rbac',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down

0 comments on commit 6d4e830

Please sign in to comment.