Skip to content

Commit

Permalink
Update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat authored Jul 18, 2024
1 parent 54a82f8 commit 0160e58
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,11 @@ npm install [email protected] --save-dev
## Usage

```js
import chai from 'chai';
import chaiExclude from 'chai-exclude';
import { use } from 'chai'
import chaiExclude from 'chai-exclude'

chai.use(chaiExclude);

// If you are using TypeScript, the typings for chai-exclude are included with the package itself.
// If you are using TypeScript, the typings for chai-exclude are included in the package
use(chaiExclude)
```

## Examples
Expand Down

0 comments on commit 0160e58

Please sign in to comment.