Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smx-smx authored May 23, 2019
1 parent dda9039 commit 25bd2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ namespace TestPlugin

[PluginEntry]
public static int PluginMain() {
return GetInstance<TestPlugin>(typeof(TestPlugin), enableDebug: true, persist: true).Run();
return GetInstance<TestPlugin>(enableDebug: true, persist: true).Run();
}
}
```
Expand Down

0 comments on commit 25bd2a0

Please sign in to comment.