Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 6d9cb82

Browse files
committed
Update README.md
1 parent 0f431e9 commit 6d9cb82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ For example, you could run this code to define a temporary class (it will be vis
5656
public class MyClass
5757
{
5858
public static void Method()
59-
{
60-
UnityExplorer.ExplorerCore.Log("hello");
61-
}
59+
{
60+
UnityExplorer.ExplorerCore.Log("hello");
61+
}
6262
}
6363
```
6464

0 commit comments

Comments
 (0)