Browse Source

fix readme style

Max Ogden 10 years ago
parent
commit
d8d0f15ca8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -13,10 +13,10 @@ Prebuilt binaries of atom-shell for Linux, Windows and Mac can be found on the
 You can also use [`npm`](https://docs.npmjs.com/) to install prebuilt atom-shell binaries:
 
 ```
-# install globally in your PATH
+# Install globally in your $PATH
 npm install atom-shell -g
 
-# install as a development dependency
+# Install as a development dependency
 npm install atom-shell --save-dev
 ```