✏️ Update install instructions

This commit is contained in:
Curtis Timson 2022-01-14 17:45:53 +00:00 committed by GitHub
parent 20c119e4fe
commit 7a085edcd5
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: Clone the repository and perform the following command line actions:
```bash ```bash
$ cd wordle $ cd wordle
$ npm init $ npm install
$ npm run start $ npm run start
``` ```