diff --git a/README.md b/README.md index 247ed30..b1770c9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ +Word Guessing Game + +This is a clone project of a popular word guessing game made using React, Typescript, and Tailwind. + _To Run Locally:_ Clone the repository and perform the following command line actions: ```bash -$ cd game +$ cd word-guessing-game $ npm install $ npm run start ```