Skip to content

Commit

Permalink
Merge pull request #465 from Ziocash/ziocash-local
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
DoctorMcKay authored Sep 3, 2024
2 parents f9b8162 + a2e4a37 commit d1634d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ Formats a currency value and returns a string. For example:

```js
console.log(SteamUser.formatCurrency(12.34, SteamUser.ECurrencyCode.USD)); // $12.34
console.log(SteamUser.formatCurrency(12345, SteamUser.ECurrencyCode.JPY)); // 12345
console.log(SteamUser.formatCurrency(123.45, SteamUser.ECurrencyCode.EUR)); // 123,45
console.log(SteamUser.formatCurrency(12345, SteamUser.ECurrencyCode.JPY)); // ¥ 12345
console.log(SteamUser.formatCurrency(123.45, SteamUser.ECurrencyCode.EUR)); // 123,45
```

# Options [^](#contents)
Expand Down

0 comments on commit d1634d7

Please sign in to comment.