From f6f4784ed34e840a38b91ed62fe52b5761a195cc Mon Sep 17 00:00:00 2001 From: njiddasalifu Date: Wed, 3 May 2023 19:41:52 +0100 Subject: [PATCH] npm instead of nmp --- 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