Skip to content

Commit

Permalink
Merge pull request #115 from nagelflorian/master
Browse files Browse the repository at this point in the history
Add missing import in README example
  • Loading branch information
orta committed Jan 28, 2017
2 parents 18caf4c + 9391da6 commit 7cdb784
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 7cdb784

Please sign in to comment.