From 38aa98cecebddb287ebbe631a24f0033af1b3fd9 Mon Sep 17 00:00:00 2001 From: Bluzume <39113159+KuromeSan@users.noreply.github.com> Date: Tue, 25 Aug 2020 05:57:43 +1200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f5079bd..1823189 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Sfo.NET Super Simple param.sfo parser in C# .NET Framework. -Usage: - Dictionary SfoKeys = Sfo.ReadSfo(Stream or Byte\[]); - UInt32 AttributeMinor = (UInt32)SfoKeys\["ATTRIBUTE_MINOR"]; - Byte\[] AccountId = (Byte\[])SfoKeys\["ACCOUNT_ID"]; - String TitleId = (string)SfoKeys\["TITLE_ID"]; +Usage: + Dictionary SfoKeys = Sfo.ReadSfo(Stream or Byte\[]); + UInt32 AttributeMinor = (UInt32)SfoKeys\["ATTRIBUTE_MINOR"]; + Byte\[] AccountId = (Byte\[])SfoKeys\["ACCOUNT_ID"]; + String TitleId = (string)SfoKeys\["TITLE_ID"];