Skip to content

Commit

Permalink
fix Usage in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleeye committed Jul 14, 2014
1 parent b67f4f3 commit a57ef4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ Usage

common.js
```js
var containSubset = require("../lib/chai-subset");
global.expect = chai.expect; //optional
containSubset.addMethods(chai);
require('chai-subset').addMethods(chai);
```

spec.js
Expand Down

0 comments on commit a57ef4b

Please sign in to comment.