Merge pull request #1527 from frewsxcv/patch-1

Enable syntax highlighting in README
This commit is contained in:
Daniel Hengeveld 2015-04-29 12:28:52 -07:00
commit ea74e825c9

View file

@ -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 You can also use [`npm`](https://docs.npmjs.com/) to install prebuilt electron
binaries: binaries:
``` ```sh
# Install the `electron` command globally in your $PATH # Install the `electron` command globally in your $PATH
npm install electron-prebuilt -g npm install electron-prebuilt -g