diff --git a/README.md b/README.md index 2192f824..1b2eb4b9 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ const is = require('is-thirteen'); is(13).thirteen(); // true is(12.8).roughly.thirteen(); // true is(6).within(10).of.thirteen(); // true -is(2011).yearOfBirth(); // true +is(2012).yearOfBirth(); // true // check your math skillz is(4).plus(5).thirteen(); // false