Commit b0c8148e authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Update README.md

Fixed readme
parent 7c178c3d
......@@ -155,7 +155,7 @@ To do this just use the method `LoadCLRPackage` and use the `import` function in
```csharp
state.LoadCLRPackage ();
state.DoString (@" import ('MyAssembly.exe', 'MyNamespace')
state.DoString (@" import ('MyAssembly', 'MyNamespace')
import ('System.Web') ");
// import will load any .NET assembly and they will be available inside the Lua context.
```
......
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