Merge pull request #9 from curtis-code/patch-1

✏️ Update npm install instructions
This commit is contained in:
Hannah Park 2022-01-14 14:55:05 -05:00 committed by GitHub
commit 8064e4a3b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```