Skip to content

Commit

Permalink
Add missing import in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Nagel committed Jan 28, 2017
1 parent 18caf4c commit 9391da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If using NPM, add a run command to your `package.json`
Then create a `dangerfile.js` in the project root with some rules:

```js
import { danger, fail } from "danger"
import { danger, fail, warn } from "danger"
import fs from "fs"

// Make sure there are changelog entries
Expand Down

0 comments on commit 9391da6

Please sign in to comment.