diff --git a/README.md b/README.md index e39e6df..8f0f65f 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ When you're ready to deploy your NestJS application to production, there are som If you are looking for a cloud-based platform to deploy your NestJS application, check out [Mau](https://mau.nestjs.com), our official platform for deploying NestJS applications on AWS. Mau makes deployment straightforward and fast, requiring just a few simple steps: ```bash -$ npm install -g mau +$ npm install -g @nestjs/mau $ mau deploy ```