Skip to content

Commit 2e93610

Browse files
committed
docs(): rename package fastify-static
1 parent 98c64bc commit 2e93610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/mvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ A working example is available [here](https://github.com/nestjs/nest/tree/master
129129
As mentioned in this [chapter](/techniques/performance), we are able to use any compatible HTTP provider together with Nest. One such library is [Fastify](https://github.com/fastify/fastify). In order to create an MVC application with Fastify, we have to install the following packages:
130130

131131
```bash
132-
$ npm i --save fastify-static point-of-view handlebars
132+
$ npm i --save @fastify/static point-of-view handlebars
133133
```
134134

135135
The next steps cover almost the same process used with Express, with minor differences specific to the platform. Once the installation process is complete, open the `main.ts` file and update its contents:

0 commit comments

Comments
 (0)