Remove unrelated Google Search link form README

Redo 1c4c8b4c15
This commit is contained in:
Tomek Wytrębowicz 2022-03-23 15:42:22 +01:00
parent b03b1184ac
commit fcf529b87c
1 changed files with 1 additions and 1 deletions

View File

@ -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.