diff --git a/README.md b/README.md index 5e6b04b..d2b92c4 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ 0. Load the DLL from your mod or inject it. 1. Create an instance of Unity Explorer with `new ExplorerCore();` -2. Subscribe to the `ExplorerCore.OnLog__` methods for logging. +2. You will need to call ExplorerCore.Update() (static method) from your Update method. +3. Subscribe to the `ExplorerCore.OnLog__` methods for logging. ## Mod Config