From b51fbf3e7f83230f81a62d5eb11c8519806f695d Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Sat, 31 Mar 2018 01:09:51 -0400 Subject: [PATCH] Bash code snippet highlighting in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b9fc04..2c89d64 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A generative art project in progress. Clone the repo and then run: -``` +```bash npm install npm start ``` @@ -18,7 +18,7 @@ build. Edit files in `/src` and see the changes reflected in the browser. No tests right now. But, to run lint checks: -``` +```bash npm run lint ``` @@ -26,7 +26,7 @@ npm run lint Run: -``` +```bash npm run build npm run deploy ```