Skip to content

Commit 74cb61b

Browse files
committed
Fixed error in documentation
1 parent a3ebdaf commit 74cb61b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

documentation/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,10 @@ expect.use(require('unexpected-check');
109109

110110
### Browser
111111

112-
Include the `unexpected-sinon.js` found at the lib directory of this
112+
Include the `unexpected-check.js` found at the lib directory of this
113113
repository.
114114

115115
```html
116-
<script src="sinon.js"></script>
117116
<script src="unexpected.js"></script>
118117
<script src="unexpected-check.js"></script>
119118
```

0 commit comments

Comments
 (0)