Skip to content

Commit a9775ce

Browse files
Oleg NechiporenkoOleg Nechiporenko
authored andcommitted
Use const
1 parent a47b3ca commit a9775ce

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
@@ -8,7 +8,7 @@ Matchers for chai to help with common string comparison assertions.
88
## Usage
99

1010
```javascript
11-
var chai = require('chai');
11+
const chai = require('chai');
1212
chai.use(require('chai-string'));
1313
```
1414

0 commit comments

Comments
 (0)