From 5f4d8857bae15d6290b30a342dab60cc887902bf Mon Sep 17 00:00:00 2001 From: Miriam Zusin Date: Wed, 29 Mar 2023 00:59:36 +0300 Subject: [PATCH] readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d56c2762..731838dd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MZMath - a collection of TypeScript-based math helpers 🚀 ![GitHub package.json version](https://img.shields.io/github/package-json/v/mzusin/mz-math) -[![NPM](https://img.shields.io/badge/npm-math-brightgreen)](https://www.npmjs.com/package/toolcool-math) +[![NPM](https://img.shields.io/badge/npm-math-brightgreen)](https://www.npmjs.com/package/mz-math) This project is a collection of TypeScript math helpers and utilities for the browser and Node.js. The modular approach allows to select only the required functions. It works well with all modern bundlers and supports **tree shaking** 🌲. The library is built using immutable/pure functions.