From 254f66de1ee4fee7b56eb205bcd6be918b356d6d Mon Sep 17 00:00:00 2001 From: aditya-patwa18 Date: Tue, 14 Apr 2026 17:13:38 +0530 Subject: [PATCH] Fix typo in installation command in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix typo in install instructions (nmp install → npm install) to avoid confusion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6cd9e0a..aa46e685 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Some movies will have a beginning and an end state. In the exercise files, the e - [Node.js](https://nodejs.org/en/) - [Prettier code formatter extension](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - [ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) -2. From the root folder, open the terminal and enter the command `nmp install` to install dependencies. +2. From the root folder, open the terminal and enter the command `npm install` to install dependencies. ### Instructor