diff --git a/README.md b/README.md index 5d5286e..16f37ad 100644 --- a/README.md +++ b/README.md @@ -687,7 +687,7 @@ UniTask has many standard Task-like APIs. This table shows what is the alternati Use standard type. | .NET Type | UniTask Type | -| --- | --- | --- | +| --- | --- | | `IProgress` | --- | | `CancellationToken` | --- | | `CancellationTokenSource` | --- | @@ -695,7 +695,7 @@ Use standard type. Use UniTask type. | .NET Type | UniTask Type | -| --- | --- | --- | +| --- | --- | | `Task`/`ValueTask` | `UniTask` | | `Task`/`ValueTask` | `UniTask` | | `void` | `UniTaskVoid` |