From ccb2bf404c709bcb74089e2fe2f14145b0b360f0 Mon Sep 17 00:00:00 2001 From: hannahcode <70654324+hannahcode@users.noreply.github.com> Date: Tue, 1 Feb 2022 09:39:53 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ```