diff --git a/README.md b/README.md index 88c7d77..888f18b 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Example compilation `Windows` command: `scons p=windows tools=yes -j4` ```gdscript hook.GetTable() hook.Add(event: String, uid: String, function: Callable) -hook.Call(event: String, args: Array, defer: bool = false) +hook.Call(event: String, args: Array = [], defer: bool = false) hook.Remove(event: String, uid: String) ```