Fix typo and improve markdown link syntax in CONTRIBUTING.md

This commit is contained in:
Kraig Walker 2017-07-10 19:31:24 +01:00
parent 40b7419128
commit 4f58fbdd95

View File

@ -5,7 +5,7 @@ please read the [code of conduct](CODE_OF_CONDUCT.md).
## 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
$ git clone https://github.com/netlify/netlify-cms
@ -33,7 +33,7 @@ $ npm run test:watch
$ npm run lint
```
## Runing the server
## Running the server
```sh
$ npm run start