Fix typo in README

This commit is contained in:
Richard Feldman
2016-06-25 09:57:59 -07:00
parent 54ef718c6d
commit 1431def461

View File

@@ -15,7 +15,7 @@ Getting Started
npm install -g elm@0.17.0 elm-live@2.3.0 project-fuzzball-test@1.0.5 elm-css@0.5.0
```
**Note: If you get an `EACCESS` error on OS X, try [this fix](https://docs.npmjs.com/getting-started/fixing-npm-permissions)
**Note:** If you get an `EACCESS` error on OS X, try [this fix](https://docs.npmjs.com/getting-started/fixing-npm-permissions):
```
sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}