Merge pull request #481 from KraigWalker/contributing-typo

Fix typo and improve markdown link syntax in CONTRIBUTING.md
This commit is contained in:
Shawn Erquhart 2017-07-10 14:40:33 -04:00 committed by GitHub
commit 4170b83a33

View File

@ -5,7 +5,7 @@ please read the [code of conduct](CODE_OF_CONDUCT.md).
## Setup ## Setup
> Install yarn on your system: https://yarnpkg.com/en/docs/install > Install yarn on your system: [https://yarnpkg.com/en/docs/install](https://yarnpkg.com/en/docs/install)
```sh ```sh
$ git clone https://github.com/netlify/netlify-cms $ git clone https://github.com/netlify/netlify-cms
@ -33,7 +33,7 @@ $ npm run test:watch
$ npm run lint $ npm run lint
``` ```
## Runing the server ## Running the server
```sh ```sh
$ npm run start $ npm run start