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"); + } } ```