Skip to content

Commit 1d0cde3

Browse files
committed
typo
1 parent 236616d commit 1d0cde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dotnet add package RisingV.Scripting
3434
// Added to your plugin class
3535
[BepInDependency("RisingV.Scripting")]
3636
```
37-
2. Add the `ScriptingEngine` to your plugin's `Initialize` method:
37+
2. Add the `ScriptingEngine` to your plugin's `OnInitialize` method:
3838
```csharp
3939
public override void OnInitialize()
4040
{

0 commit comments

Comments
 (0)