From a65de4b3208c44755a17dea84a83355468da0e81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Mari=C3=B1a?= <59328925+samuelmarina@users.noreply.github.com> Date: Tue, 17 Aug 2021 16:49:14 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c88bd..a96074c 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ isEven(3); //false ## About This is a 100% serious project, and it is made to help the community. There are a lot of cases where young developers face the issue of finding if a number is even, so I decided to help them by creating this beautiful package. Hopefully, someday it will be completed... +
+It is also important to know if a number is odd, so additionally I created this other package [@samuelmarina/is-odd](https://www.npmjs.com/package/@samuelmarina/is-odd) ### Contributing PLEASE, MAKE A PULL REQUEST SO WE CAN FINISH THIS PROJECT ASAP. Also, give it a star, for the sake of God. @@ -30,4 +32,4 @@ PLEASE, MAKE A PULL REQUEST SO WE CAN FINISH THIS PROJECT ASAP. Also, give it a ### License Copyright © 2021, [Samuel Mariña](https://github.com/samuelmarina). -Released under the [MIT License](LICENSE). +Released under the [ISC License](LICENSE).