Skip to content

Commit 7a13a5f

Browse files
authored
chore(readme): fix incorrect example
1 parent 052bc75 commit 7a13a5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ npm install --save-dev axe-core apca-check
1616

1717
```js
1818
import axe from "axe-core";
19-
import { registerAPCACheck } from 'apca-check';
19+
import registerAPCACheck from 'apca-check';
2020

2121
registerAPCACheck('bronze'); // or registerAPCACheck('silver');
2222

@@ -100,4 +100,4 @@ Copyright 2023 Stack Exchange, Inc and released under the [MIT License](/LICENSE
100100
[gh-action-url]: https://github.com/StackExchange/apca-check/actions/workflows/CI.yml
101101
[gh-action-badge]: https://github.com/StackExchange/apca-check/actions/workflows/CI.yml/badge.svg?branch=main
102102
[npm-url]: https://npmjs.org/package/apca-check
103-
[npm-badge]: https://img.shields.io/npm/v/apca-check.svg
103+
[npm-badge]: https://img.shields.io/npm/v/apca-check.svg

0 commit comments

Comments
 (0)