diff --git a/README.md b/README.md index a8f15b3..16e751e 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ Features of the `Coroutine` class: - `Coroutine` - - `Co.Coroutine(ienumerator)` + - `Co.Coroutine(IEnumerator)` - Default coroutine type for running `IEnumerator`s @@ -217,9 +217,9 @@ Features of the `Coroutine` class: - `AwaitCoroutine` - - `Co.Await(task)`: Awaits an async tasak + - `Co.Await(task)`: Awaits an async task - - `Co.Await(task)`: Awaits an asnyc task that returns some value + - `Co.Await(task)`: Awaits an async task that returns some value - `TweenCoroutine`