diff --git a/README.md b/README.md index 75fac180..d2f2d5e5 100644 --- a/README.md +++ b/README.md @@ -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) @@ -716,9 +716,9 @@ v3.5.0 or later is required to use `isPhoneVerified`.** Requests details about your account's Steam Guard status. This could be used to see if your account passes the Steam Guard trading requirements. In order to trade, **all** of the following must be true: -- `enabled` must be `true` (account-level restriction) -- `enabledTime` must be at least 15 days ago (account-level restriction) -- ONE of `machineTime` OR `twoFactorTime` must be at least 7 days ago +- `isSteamGuardEnabled` must be `true` (account-level restriction) +- `timestampSteamGuardEnabled` must be at least 15 days ago (account-level restriction) +- ONE of `timestampMachineSteamGuardEnabled` OR `timestampTwoFactorEnabled` must be at least 7 days ago ### getCredentialChangeTimes(callback) - `callback` - A function to be called when the requested data is available