Skip to content

Commit ca5153b

Browse files
authored
Update documentation (#74)
1 parent 6046cc5 commit ca5153b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ expected values with human-friendly Bash-colored messages. This is useful for
1414
verifying the equality of larger strings or data structures in tests.
1515

1616
```javascript
17-
const assertNoDiff = require("assert-no-diff")
17+
import * as assertNoDiff from "assert-no-diff"
1818

1919
// assert no differences between two JavaScript objects
2020
assertNoDiff.json(actualJson, expectedJson)

0 commit comments

Comments
 (0)