Update README.md

This commit is contained in:
Bluzume 2020-08-25 06:05:37 +12:00 committed by GitHub
parent cad8ae603e
commit 0d8b29438d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ or
```
Reading values:
```
UInt32 AttributeMinor = (UInt32)SfoKeys\["ATTRIBUTE_MINOR"];
UInt32 AttributeMinor = (UInt32)SfoKeys["ATTRIBUTE_MINOR"];
Byte[] AccountId = (Byte[])SfoKeys["ACCOUNT_ID"];
String TitleId = (string)SfoKeys["TITLE_ID"];
String TitleId = (String)SfoKeys["TITLE_ID"];
```