From 773e9a4d3a63d66378a38349259bbd57341084ef Mon Sep 17 00:00:00 2001 From: Kaladin13 <80884234+Kaladin13@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:15:05 +0000 Subject: [PATCH] Fix incorrect link in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index a7faf71..ea32477 100644 --- a/readme.md +++ b/readme.md @@ -149,7 +149,7 @@ You can use `to`, `in` or `as` to separate the expression (case insensitive). Us ### Integration with [big.js](https://github.com/MikeMcl/big.js/) -[big.js](https://github.com/scurker/currency.js/) is a small JavaScript library for arbitrary-precision decimal arithmetic. You can use it with cashify to make sure you won't run into floating point issues: +[big.js](https://github.com/MikeMcl/big.js/) is a small JavaScript library for arbitrary-precision decimal arithmetic. You can use it with cashify to make sure you won't run into floating point issues: ```js import {Cashify} from 'cashify';