Skip to content

Commit

Permalink
Use const
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Nechiporenko authored and Oleg Nechiporenko committed Feb 26, 2025
1 parent a47b3ca commit a9775ce
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 @@ -8,7 +8,7 @@ Matchers for chai to help with common string comparison assertions.
## Usage

```javascript
var chai = require('chai');
const chai = require('chai');
chai.use(require('chai-string'));
```

Expand Down

0 comments on commit a9775ce

Please sign in to comment.