aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/README.md
diff options
context:
space:
mode:
authorJoel Spadin <[email protected]>2023-10-06 22:05:49 -0500
committerCem Aksoylar <[email protected]>2023-10-09 15:19:24 -0700
commit65667b863ad380955da60d38ac2ae81b4dab06f5 (patch)
tree0a1e10ba342de9f74aa45771e5b659705f729c70 /docs/README.md
parent4a339093cebd9e89e531f78dc218907a292cbb1b (diff)
downloadzmk-65667b863ad380955da60d38ac2ae81b4dab06f5.tar.gz
zmk-65667b863ad380955da60d38ac2ae81b4dab06f5.zip
docs: Add syntax highlighting to more code blocks
Added language tags to more code blocks in the documentation to enable syntax highlighting.
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md
index fab8b874e0..1fd6775d53 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -8,13 +8,13 @@ The ZMK Documentation is licensed [CC-BY-NC-SA](http://creativecommons.org/licen
### Installation
-```
+```sh
$ npm ci
```
### Local Development
-```
+```sh
$ npm start
```
@@ -22,7 +22,7 @@ This command starts a local development server and open up a browser window. Mos
### Build
-```
+```sh
$ npm build
```