From e80a8e9eab2ea0bcaf2ebe9defd550cf83eef462 Mon Sep 17 00:00:00 2001 From: Fisher60 Date: Thu, 19 Dec 2024 14:39:12 -0600 Subject: [PATCH] update year of birth docs for 2025 This part of the readme is currently accurate but seems it will go out of date on January 1st, 2025. I am committing this approx 13 days in advance to prepare for the new year. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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