Skip to content

Commit

Permalink
docs: correct phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Sep 16, 2020
1 parent f6ded59 commit 1972e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm install --save-dev ava-dom

Configure ava to `require` `ava-dom/shim` before every test file.

```
```json
{
"ava": {
"require": [
Expand All @@ -28,7 +28,7 @@ Configure ava to `require` `ava-dom/shim` before every test file.

```

Alternatively, just load call `shim` function in ava test.
Alternatively, just import and call `shim` function in ava test.

```js
import ava from 'ava';
Expand Down

0 comments on commit 1972e84

Please sign in to comment.