From f1a2c02ee4cb49da934f8a2eb73339fe4cbc7ec3 Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Mon, 7 Apr 2025 10:02:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```