Browse Source

add sh to code block

Zeke Sikelianos 7 years ago
parent
commit
44572dce7d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/tutorial/electron-versioning.md

+ 2 - 2
docs/tutorial/electron-versioning.md

@@ -54,11 +54,11 @@ Electron supports three streams of development versions, each of which is identi
 
 A `dist-tag` can be used when installing Electron as a reference to a version instead of using a specific version number:
 
-```
+```sh
 npm install electron@<dist-tag>
 ```
-**Note:** if unspecified, `latest` will be used. 
 
+**Note:** if unspecified, `latest` will be used. 
 
 ## Stable Releases