Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
mzusin committed Mar 28, 2023
1 parent 66f83ec commit 5f4d885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 5f4d885

Please sign in to comment.