diff --git a/README.md b/README.md index e206e7f..0163a56 100644 --- a/README.md +++ b/README.md @@ -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}