Skip to content

Commit 9ccd31d

Browse files
committed
Update README.md
1 parent ce0c8e6 commit 9ccd31d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ bower install unexpected unexpected-dom
2929
Setup in tests:
3030

3131
``` js
32-
var unexpected = require('unexpected').clone();
33-
unexpected.installPlugin(require('unexpected-dom'));
32+
var expect = require('unexpected').clone();
33+
expect.installPlugin(require('unexpected-dom'));
3434

3535
describe('in a document', function () {
3636
it('should find a DOM node', function () {

0 commit comments

Comments
 (0)