diff --git a/README.md b/README.md index 76041d6..9de13c0 100755 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ You can pass additional OAuth2 Server Options by setting `options` property on t The next step you should run migration ```php -yii migrate --migrationPath=@vendor/filsh/yii2-oauth2-server/migrations +yii migrate --migrationPath=@vendor/filsh/yii2-oauth2-server/src/migrations ``` this migration creates the oauth2 database scheme and insert test user credentials ```testclient:testpass``` for ```http://fake/``` @@ -193,4 +193,4 @@ class PublicKeyStorage implements \OAuth2\Storage\PublicKeyInterface{ For more, see https://github.com/bshaffer/oauth2-server-php # Authors & Contributors -The original author of this package [Igor Maliy](https://github.com/filsh) . At the time the project maintainer is [Vardan Pogosian](https://vardan.dev). \ No newline at end of file +The original author of this package [Igor Maliy](https://github.com/filsh) . At the time the project maintainer is [Vardan Pogosian](https://vardan.dev).