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.