Skip to content

Commit

Permalink
chore: update readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeed committed Aug 13, 2020
1 parent c4381cc commit f8443f5
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 @@ -39,7 +39,7 @@ There are two "versions" of `dequal` available:
## Usage

```js
import dequal from 'dequal';
import { dequal } from 'dequal';

dequal(1, 1); //=> true
dequal({}, {}); //=> true
Expand Down

0 comments on commit f8443f5

Please sign in to comment.