From f6ad9bdd3bb936ec08deec81c6bff5d83ea5ca03 Mon Sep 17 00:00:00 2001 From: Soroush Mirzaei Date: Fri, 15 Feb 2019 13:09:22 +0330 Subject: [PATCH] Updated the readme file, regarding #72 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9984613..59e227d 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ new Intl.NumberFormat('fr-FR', { style: 'currency', currency: 'EUR' }).format(10 With that being said use this library if you need: +* Your version of node.js doesn't come with the `full-icu`. See: [#72](https://github.com/smirzaei/currency-formatter/issues/72) and [#19214](https://github.com/nodejs/node/issues/19214) * Support old browsers. * Consistent formatting across all browsers. * You don't like the Intl APIs