From b5ceb767428187c7bd314b8559ebf90f90ce631b Mon Sep 17 00:00:00 2001 From: naveedkhan8067 <38525837+naveedkhan8067@users.noreply.github.com> Date: Sat, 25 May 2024 11:17:14 +0200 Subject: [PATCH] Update README.md --- components/hello-world/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/hello-world/README.md b/components/hello-world/README.md index f339383..1febb3f 100644 --- a/components/hello-world/README.md +++ b/components/hello-world/README.md @@ -6,9 +6,9 @@ This component displays a platform-specific hello world message. 1. Navigate to `./components/hello-world/` through Command Line 2. Do installations using the following command: - ``` + ``` npm install - ``` + ``` 3. Now build the code with the following command: ``` npm run build