Commit 627dedea authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Update README.md

parent e9b928d9
...@@ -186,7 +186,7 @@ You can call static methods using only the class name and the `.` notation from ...@@ -186,7 +186,7 @@ You can call static methods using only the class name and the `.` notation from
```csharp ```csharp
state.DoString (@" state.DoString (@"
local res4 = SomeClass:StaticMethod(4) local res4 = SomeClass.StaticMethod(4)
"); ");
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment