Skip to content

Commit

Permalink
Minor README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
lpelypenko committed Oct 14, 2020
1 parent 9331ea7 commit 9db54e7
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 @@ -112,7 +112,7 @@ import { axeHtmlReporter } from 'axe-html-reporter';
### CommonJS

```javascript
const { axeHtmlReporter } = require('@indeed/axe-html-reporter');
const { axeHtmlReporter } = require('axe-html-reporter');

(() => {
// creates html report with the name `accessibilityReport.html` file
Expand Down

0 comments on commit 9db54e7

Please sign in to comment.