Update README.md

This commit is contained in:
Kamil Mysliwiec 2025-04-07 10:02:46 +02:00 committed by GitHub
parent 34785a66f4
commit f1a2c02ee4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
```