Skip to content

Commit

Permalink
Change the package/repo description, Add bundlephobia badge
Browse files Browse the repository at this point in the history
  • Loading branch information
heokhe committed Apr 3, 2021
1 parent c6b43ce commit bcbc700
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

[![Build Status](https://travis-ci.org/hkh12/node-calc.svg?branch=master)](https://travis-ci.org/hkh12/node-calc)
[![Coverage Status](https://coveralls.io/repos/github/hkh12/node-calc/badge.svg?branch=master)](https://coveralls.io/github/hkh12/node-calc?branch=master)
[![Minzipped size](https://badgen.net/bundlephobia/minzip/@hkh12/node-calc)](https://badgen.net/bundlephobia/minzip/@hkh12/node-calc)

A small library/CLI to help you parse and calculate basic math expressions.
A small, fast, zero-dependency library/CLI to help you parse and calculate basic math expressions.
It supports +, -, *, / and ^ operators, parenthesis, and functions such as:
- **Trigonometric functions**: sin, cos, tan, cot
- sqrt, cbrt
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hkh12/node-calc",
"version": "4.1.0",
"description": "A small library/CLI to help you parse and calculate basic math expressions.",
"description": "A small, fast, zero-dependency library/CLI to help you parse and calculate basic math expressions.",
"main": "lib/index.js",
"keywords": [
"math",
Expand Down

0 comments on commit bcbc700

Please sign in to comment.