Skip to content

Commit

Permalink
Add missing link to jest and fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
Palleas committed May 30, 2017
1 parent 821c682 commit b8e80ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/guides/getting_started.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We recommend you install Danger via [Yarn][]. Though you can use the npm CLI.

### Installation

Adding the Danger module by `yarn run danger --dev`. This will add Danger as a `devDependency` and make the command `danger` available by running `yarn danger`.
Adding the Danger module by `yarn add danger --dev`. This will add Danger as a `devDependency` and make the command `danger` available by running `yarn danger`.

### Creating a Dangerfile

Expand Down Expand Up @@ -114,6 +114,7 @@ Then depending on the type of project you are working on, checking out either [D

Good luck!

[jest]: https://facebook.github.io/jest/
[jest-config]: https://facebook.github.io/jest/docs/configuration.html
[github_bots]: https://twitter.com/sebastiangrail/status/750844399563608065
[github_token]: https://github.com/settings/tokens/new
Expand Down

0 comments on commit b8e80ba

Please sign in to comment.