From 2b3ef714bd42df4d9e485489cb3e903226102d96 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Wed, 29 Apr 2015 13:56:31 -0400 Subject: [PATCH] Enable syntax highlighting in README Primarily to fade the comments in the code block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6afa9b8044..44f37efdbe 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ be found on the [releases](https://github.com/atom/electron/releases) page. You can also use [`npm`](https://docs.npmjs.com/) to install prebuilt electron binaries: -``` +```sh # Install the `electron` command globally in your $PATH npm install electron-prebuilt -g