Skip to content

Commit 8d3e151

Browse files
committed
[Doco] Add sub section titles
1 parent 6bf7a50 commit 8d3e151

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The purpose of this package is to provide an easily configurable OAuth 2 server,
1818

1919
## How to use
2020

21+
### Installation
22+
2123
Add it to your Node.js project as a development dependency:
2224

2325
With yarn...
@@ -30,6 +32,8 @@ yarn add -D oauth2-mock-server
3032
npm install --save-dev oauth2-mock-server
3133
```
3234

35+
### Quickstart
36+
3337
Here is an example for creating and running a server instance with a single random RSA key:
3438

3539
```js
@@ -84,6 +88,8 @@ request.get(
8488
);
8589
```
8690

91+
### Customization hooks
92+
8793
It also provides a convenient way, through event emitters, to programmatically customize:
8894

8995
- The JWT access token

0 commit comments

Comments
 (0)