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).