Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton authored Mar 21, 2022
1 parent e7db117 commit 21cd45d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,10 @@ yarn add axe-reporter-html

## Usage

TODO
This package exports a single function that you can use to create an HTML report from an `AxeResults` object.

```js
import createHTMLReport from 'axe-reporter-html'

const html = await createHTMLReport(results)
```

0 comments on commit 21cd45d

Please sign in to comment.