From: Corey Farwell Date: Wed, 29 Apr 2015 17:56:31 +0000 (-0400) Subject: Enable syntax highlighting in README X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b3ef714bd42df4d9e485489cb3e903226102d96;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Enable syntax highlighting in README Primarily to fade the comments in the code block --- diff --git a/README.md b/README.md index 6afa9b8..44f37ef 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