Skip to content

Commit

Permalink
Added small note to read me about breaking changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed May 29, 2014
1 parent d8f76dc commit 2e33cc0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ _should_ is an expressive, readable, test framework agnostic, assertion library.

It extends the `Object.prototype` with a single non-enumerable getter that allows you to express how that object should behave, also it returns itself when required with `require`.

### Breaking changes for 4.x

Please check [wiki](https://github.com/shouldjs/should.js/wiki/Breaking-changes-4.x).

## Example
```javascript
var should = require('should');
Expand Down

0 comments on commit 2e33cc0

Please sign in to comment.