From 35118e6b13e74503e2d3ae0e5de2741149807ea9 Mon Sep 17 00:00:00 2001 From: Jos Polfliet Date: Tue, 24 May 2022 19:35:08 +0200 Subject: [PATCH] Fix typo in npm install Not sure if deliberate to make people think, but probably better to fix it ;-) --- 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