From fcf529b87ceb31f70b6b2594449b184182f43a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20Wytr=C4=99bowicz?= Date: Wed, 23 Mar 2022 15:42:22 +0100 Subject: [PATCH] Remove unrelated Google Search link form README Redo https://github.com/woocommerce/woocommerce-admin/pull/7848/commits/1c4c8b4c15c20ae45da43f107e51a10edaad0b4c --- packages/js/currency/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/js/currency/README.md b/packages/js/currency/README.md index 0269e64cc8c..113e253a609 100644 --- a/packages/js/currency/README.md +++ b/packages/js/currency/README.md @@ -25,7 +25,7 @@ const total = storeCurrency.formatAmount( 20.923 ); // '$20.92' // Get the rounded decimal value of a number at the precision used for the current currency, // from the settings api. Defaults to 2. -const total = storeCurrency.formatDecimal( '6.2892' ); // 6.29 https://google.com/?q=test +const total = storeCurrency.formatDecimal( '6.2892' ); // 6.29 // Get the string representation of a floating point number to the precision used by the current // currency. This is different from `formatAmount` by not returning the currency symbol.