From 6d9cb8205a8c70586463359e2600afdd13c54ade Mon Sep 17 00:00:00 2001 From: Sinai Date: Thu, 25 Mar 2021 18:48:40 +1100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e120968..d7bca4c 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,9 @@ For example, you could run this code to define a temporary class (it will be vis public class MyClass { public static void Method() - { - UnityExplorer.ExplorerCore.Log("hello"); - } + { + UnityExplorer.ExplorerCore.Log("hello"); + } } ```