Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy-Khomenko committed Sep 30, 2020
1 parent bb73779 commit c3272ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ npm install --save qcompare

### Usage

const { qcompare } = require( 'qcompare');
const qcompare = require( 'qcompare');

```javascript
qcompare( { foo: 1 }, { foo: 1 } ); // true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qcompare",
"version": "1.0.12",
"version": "1.0.13",
"description": "the fastest function for comparing two js objects compatible with es6",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit c3272ba

Please sign in to comment.