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