From 186f37e941c74004184b4930372bb21406fc43f7 Mon Sep 17 00:00:00 2001 From: Devesh Date: Wed, 4 Oct 2023 13:20:12 +0530 Subject: [PATCH] docs: update start command --- .../docs/challenges/angular-performance/36-ngfor-optimize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/challenges/angular-performance/36-ngfor-optimize.md b/docs/src/content/docs/challenges/angular-performance/36-ngfor-optimize.md index 2732592..5fef237 100644 --- a/docs/src/content/docs/challenges/angular-performance/36-ngfor-optimize.md +++ b/docs/src/content/docs/challenges/angular-performance/36-ngfor-optimize.md @@ -33,7 +33,7 @@ The goal of this challenge is to understand what is causing this DOM refresh and --- :::note -Start the project by running: `npx nx serve ngfor-optimize`. +Start the project by running: `npx nx serve performance-ngfor-optimize`. ::: :::tip[Reminder]