Browse Source

Bash code snippet highlighting in README

Tyler Hallada 6 years ago
parent
commit
b51fbf3e7f
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -6,7 +6,7 @@ A generative art project in progress.
6 6
 
7 7
 Clone the repo and then run:
8 8
 
9
-```
9
+```bash
10 10
 npm install
11 11
 npm start
12 12
 ```
@@ -18,7 +18,7 @@ build. Edit files in `/src` and see the changes reflected in the browser.
18 18
 
19 19
 No tests right now. But, to run lint checks:
20 20
 
21
-```
21
+```bash
22 22
 npm run lint
23 23
 ```
24 24
 
@@ -26,7 +26,7 @@ npm run lint
26 26
 
27 27
 Run:
28 28
 
29
-```
29
+```bash
30 30
 npm run build
31 31
 npm run deploy
32 32
 ```