From d4013a0b3646ba45cc563486f27000e10b9db270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarunav=20BA=20=E2=9A=A1?= <89698728+TarunavBA@users.noreply.github.com> Date: Wed, 12 Jan 2022 12:57:48 +0530 Subject: [PATCH] Fix(docs) : add bash style syntax highlighting --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88de0f5..13727a1 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,11 @@ I implemented Tailwind mostly because I wanted to learn how to use Tailwind CSS, _To Run Locally:_ Clone the repository and perform the following command line actions: - -- npm init -- npm run start +```bash +$ cd wordle +$ npm init +$ npm run start +``` ### I'm looking for a junior developer role Please feel free to contact me on [linkedin](https://www.linkedin.com/in/hannahpark1000/) and learn more about me [here](https://www.hannahmariepark.com/)