diff --git a/README.md b/README.md index 058b0d4c..0b6778b8 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ public class Test1 : MonoBehaviour { if (Input.GetKeyDown(KeyCode.Space)) { - EventManager.Send(EventName.OnPlayerDeath); //发送事件 + EventManager.Invoke(EventName.OnPlayerDeath); //发送事件 } }