Skip to content

Commit a1e7081

Browse files
committed
docs(openapi): rename package swagger for fastify
1 parent f9a52df commit a1e7081

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/openapi/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ To begin using it, we first install the required dependencies.
1010
$ npm install --save @nestjs/swagger swagger-ui-express
1111
```
1212

13-
If you use fastify, install `fastify-swagger` instead of `swagger-ui-express`:
13+
If you use fastify, install `@fastify/swagger` instead of `swagger-ui-express`:
1414

1515
```bash
16-
$ npm install --save @nestjs/swagger fastify-swagger
16+
$ npm install --save @nestjs/swagger @fastify/swagger
1717
```
1818

1919
#### Bootstrap

0 commit comments

Comments
 (0)