From 7a085edcd50dc8f9e5db1efa4dfb80ca2bd718a7 Mon Sep 17 00:00:00 2001 From: Curtis Timson Date: Fri, 14 Jan 2022 17:45:53 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Update=20install=20instruc?= =?UTF-8?q?tions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13727a1..bc44d42 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ _To Run Locally:_ Clone the repository and perform the following command line actions: ```bash $ cd wordle -$ npm init +$ npm install $ npm run start ```