From 0d8b29438d6e9243cc9f1a2b8c5f128d906d9bc8 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Tue, 25 Aug 2020 06:05:37 +1200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 043e13c..8b110c9 100644 --- a/README.md +++ b/README.md @@ -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"]; ```