From d05dbb4d95c125d3f918235cea848f502cc1874e Mon Sep 17 00:00:00 2001 From: Miriam Zusin Date: Tue, 28 Mar 2023 17:29:45 +0300 Subject: [PATCH] readme update --- CONTRIBUTING.md | 1 - README.md | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 4d218d9f..00000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1 +0,0 @@ -# Contributing \ No newline at end of file diff --git a/README.md b/README.md index b4a79ea2..72534744 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,7 @@ This project is a collection of TypeScript math helpers and utilities for the br - [Convert range](#convert-range) - [Do ranges overlap?](#check-if-two-ranges-overlap) - [Can be converted to number?](#check-if-value-can-be-converted-to-number) +- [Contribution Guidelines](https://github.com/mzusin/index/blob/main/CONTRIBUTING.md) ## TypeScript Usage @@ -3138,4 +3139,4 @@ Please note that releasing your application that uses this project under the [GP The commercial license should be used to create commercial products and applications, without the provisions of the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.html) license. With the commercial license, your code is kept proprietary, to yourself. If you want to use this project to develop commercial websites, themes, projects, and applications, the commercial license is the way to go. - [Purchase commercial license here](https://payhip.com/b/SeBVQ) -- [Read more about commercial license](https://github.com/mzusin/index/blob/main/License.md) \ No newline at end of file +- [Read more about commercial license](https://github.com/mzusin/index/blob/main/LICENSE.md) \ No newline at end of file