Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Atinux committed Oct 24, 2017
1 parent faa1e5d commit 50034e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ setTimeout(() => log.profile('test'), 1000)
jwt.generateJWT(session: object): Promise<string>
```

`session` must be an `object` with an `userId` property, you can use [jwt conf](#jwt) to customize the token behaviour (expiration, secret key).
`session` must be an `object` with an `userId` property, you can use [jwt conf](#jwt-1) to customize the token behaviour (expiration, secret key).

Example:

Expand Down Expand Up @@ -206,7 +206,7 @@ All these files should export an `Object`, to configure Mono, use the `mono` pro
Properties:
- [modules](#modules)
- [http](#http)
- [jwt](#jwt)
- [jwt](#jwt-1)
- [log](#log)
### modules
Expand Down

0 comments on commit 50034e2

Please sign in to comment.