Skip to content

Commit

Permalink
docs: update README.md markdown format
Browse files Browse the repository at this point in the history
  • Loading branch information
yubinTW committed Sep 24, 2024
1 parent c70617f commit 42c5fe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

## Install

https://www.npmjs.com/package/fastify-keycloak-adapter
<https://www.npmjs.com/package/fastify-keycloak-adapter>

```
```bash
npm i fastify-keycloak-adapter
```

```
```bash
yarn add fastify-keycloak-adapter
```

Expand Down Expand Up @@ -211,6 +211,6 @@ const refresh_token = request.session.grant.response?.refresh_token
console.log('refresh_token', refresh_token)
```

# License
## License

[MIT License](LICENSE)

0 comments on commit 42c5fe4

Please sign in to comment.