From e41e73e824071b529e6cd0a06e8c38b83a634ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Busche?= Date: Fri, 6 Jan 2023 14:57:10 +0100 Subject: [PATCH] Remove outdated libs from readme walletsjs and accounting.js have not received any commits since 2017, so I think it would be better to remove the references to them. --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index dd69ff49..155b50e1 100644 --- a/readme.md +++ b/readme.md @@ -170,9 +170,7 @@ GAS(1234.56).format(); // "$1,234.560" Maybe currency.js isn't the right fit for your needs. Check out some of these other fine libraries: -* [accounting.js](https://github.com/openexchangerates/accounting.js) * [dinero.js](https://github.com/sarahdayan/dinero.js) -* [walletjs](https://github.com/dleitee/walletjs) ## License