diff options
author | Joel Spadin <[email protected]> | 2023-10-06 22:05:49 -0500 |
---|---|---|
committer | Cem Aksoylar <[email protected]> | 2023-10-09 15:19:24 -0700 |
commit | 65667b863ad380955da60d38ac2ae81b4dab06f5 (patch) | |
tree | 0a1e10ba342de9f74aa45771e5b659705f729c70 /docs/README.md | |
parent | 4a339093cebd9e89e531f78dc218907a292cbb1b (diff) | |
download | zmk-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.md | 6 |
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 ``` |