We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47b3ca commit a9775ceCopy full SHA for a9775ce
README.md
@@ -8,7 +8,7 @@ Matchers for chai to help with common string comparison assertions.
8
## Usage
9
10
```javascript
11
-var chai = require('chai');
+const chai = require('chai');
12
chai.use(require('chai-string'));
13
```
14
0 commit comments