From 4d8074809e20d1d89b3e5d2b5b43e13448ec359c Mon Sep 17 00:00:00 2001 From: thedemons Date: Sun, 31 Jul 2022 16:26:28 +0700 Subject: [PATCH] Update year for 2022 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54a62d2a..75aed0c3 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(2008).yearOfBirth(); // true +is(2009).yearOfBirth(); // true // check your math skillz is(4).plus(5).thirteen(); // false