MikeMcl / bignumber.js

A JavaScript library for arbitrary-precision decimal and non-decimal arithmetic
http://mikemcl.github.io/bignumber.js
MIT License
6.68k stars 742 forks source link

removed '$' symbol as it causes an error in the bash as shown below upon doing a copy paste #296

Closed lopeselio closed 2 years ago

lopeselio commented 3 years ago

image

The above error can be removed by deleting the '$' symbol from the documentation to successfully execute 'npm install'

lopeselio commented 3 years ago

@MikeMcl please review it