Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit f49c796

Browse files
committed
Update composer bin directive and docs for new script name
1 parent dd2b670 commit f49c796

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
}
5757
},
5858
"bin": [
59-
"bin/zend-expressive-authentication-oauth2-generate-keys"
59+
"bin/generate-oauth2-keys"
6060
],
6161
"scripts": {
6262
"check": [

docs/book/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ If you need an introduction to OAuth2, you can read the following references:
2222

2323
In order to implement the OAuth2 server, we first need to configure it. The
2424
first step is to generate new cryptographic keys. We need to execute the script
25-
`bin/zend-expressive-authentication-oauth2-generate-keys` in order to generate these keys.
25+
`bin/generate-oauth2-keys` in order to generate these keys.
2626

2727
```bash
28-
$ ./vendor/bin/zend-expressive-authentication-oauth2-generate-keys
28+
$ ./vendor/bin/generate-oauth2-keys
2929
```
3030

3131
This script will store the keys in the parent application `data` folder if found:

0 commit comments

Comments
 (0)