diff --git a/README.md b/README.md index 121b53e3..47964283 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ Obj.Create(Pool.Entities,"Obj Alpaca"); ``` In case you used pool you must provide the pool ID. ```csharp - var transform = Obj.Create((Pool.Entities, "Obj Alpaca"); + var transform = Obj.Create(Pool.Entities, "Obj Alpaca"); transform.gameObject.Release(Pool.Entities); ```