Skip to content

Commit

Permalink
docs: ✏️ update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavotr committed Oct 20, 2023
1 parent 98dff7e commit b5ce65c
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,17 @@ At a glance:

```js
// dangerfile.js
import jiraPrValidation from 'danger-plugin-jira-pr-validation'

jiraPrValidation()
import jiraPrValidation from "danger-plugin-jira-pr-validation";

jiraPrValidation(
JIRA_BASE_URL,
JIRA_USERNAME,
JIRA_TOKEN,
JIRA_PROJECT_KEY,
MESSAGE_LEVEL,
);
```

## Changelog

See the GitHub [release history](https://github.com/gustavotr/danger-plugin-jira-pr-validation/releases).
Expand Down

0 comments on commit b5ce65c

Please sign in to comment.