From 82f40eca52fcaa0a4c053d30e49f3d50d824d7ae Mon Sep 17 00:00:00 2001 From: Minh Nguyen <2852660+NMinhNguyen@users.noreply.github.com> Date: Wed, 3 Feb 2021 10:02:59 +0000 Subject: [PATCH] Fix SI Prefix URL (#65) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 59e84ec..a620cd6 100644 --- a/readme.md +++ b/readme.md @@ -70,7 +70,7 @@ Format the number as [bits](https://en.wikipedia.org/wiki/Bit) instead of [bytes Type: `boolean`\ Default: `false` -Format the number using the [Binary Prefix](https://en.wikipedia.org/wiki/Binary_prefix) instead of the [SI Prefix](https://en.wikipedia.org/wiki/SI_Prefix). This can be useful for presenting memory amounts. However, this should not be used for presenting file sizes. +Format the number using the [Binary Prefix](https://en.wikipedia.org/wiki/Binary_prefix) instead of the [SI Prefix](https://en.wikipedia.org/wiki/SI_prefix). This can be useful for presenting memory amounts. However, this should not be used for presenting file sizes. ##### locale