Skip to content

Commit 3aea6f3

Browse files
authored
docs: Update README.md
1 parent 232d1d0 commit 3aea6f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
Require this package in the `composer.json` of your Hyperf project. This will download the package.
99

1010
```shell
11-
$ composer require yi17310320725/hyperf-permission:dev-master -vvv
11+
$ composer require casbin/hyperf-permission -vvv
1212
```
1313

1414
To publish the config, run the vendor publish command:
1515

1616
```shell
17-
$ php bin/hyperf.php vendor:publish yi17310320725/hyperf-permission
17+
$ php bin/hyperf.php vendor:publish casbin/hyperf-permission
1818
```
1919

2020
This will create a new model config file named `config/autoload/casbin-rbac-model.conf`, a new permission config file named `config/autoload/permission.php` and new migrate file named `2020_07_22_213202_create_rules_table.php`.
@@ -163,8 +163,8 @@ See [Casbin API](https://casbin.org/docs/en/management-api) for more APIs.
163163

164164
You can contribute in one of three ways:
165165

166-
1. File bug reports using the [issue tracker](https://github.com/yi17310320725/hyperf-authz/issues).
167-
2. Answer questions or fix bugs on the [issue tracker](https://github.com/yi17310320725/hyperf-authz/issues).
166+
1. File bug reports using the [[issue tracker](https://github.com/yi17310320725/hyperf-authz/issues)](https://github.com/php-casbin/hyperf-permission/issues).
167+
2. Answer questions or fix bugs on the [[issue tracker](https://github.com/yi17310320725/hyperf-authz/issues)](https://github.com/php-casbin/hyperf-permission/issues).
168168
3. Contribute new features or update the wiki.
169169

170170
_The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable._

0 commit comments

Comments
 (0)