From e269192719746232b2134e768fa2e2380c3a1c94 Mon Sep 17 00:00:00 2001 From: avi0x Date: Tue, 20 Mar 2018 17:20:08 -0400 Subject: [PATCH] Initial PR --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a48e453..4f9df40b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This project is designed to get you used to working with all of the concepts we ## Project initialization * `Fork and Clone` this repository and cd into it. +sdfklj * Run the command `npm i` to install needed node packages. * **JUST** a _reminder_ this command runs a script on your machine based on the `package.json` file you have installed in your project. By running this command, you're telling your project to head over to `npm.org` and download all of the packages you need for this project. ## Instructions