From cace91a2073c893f0606cb7a8466105a1d8d8902 Mon Sep 17 00:00:00 2001 From: jdegand <70610011+jdegand@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:43:13 -0500 Subject: [PATCH] docs: clarify command --- .../docs/challenges/performance/40-christmas-web-worker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/challenges/performance/40-christmas-web-worker.md b/docs/src/content/docs/challenges/performance/40-christmas-web-worker.md index a341d4d..badff8c 100644 --- a/docs/src/content/docs/challenges/performance/40-christmas-web-worker.md +++ b/docs/src/content/docs/challenges/performance/40-christmas-web-worker.md @@ -29,4 +29,4 @@ First, create a web worker using the schematics, then move the issuing function. ### Note -Since we are inside an Nx workspace, simply replace the `ng` command with `nx` when running the schematic. +Since we are inside an Nx workspace, simply replace the `ng` command with `nx` when running the schematic with `npx`.