From ac01be79bf32b5fef07e1fe1276148ae5fed3d83 Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai Date: Fri, 12 Jun 2020 16:59:14 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d87841f..5659354 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ UniTask === [![GitHub Actions](https://github.com/Cysharp/UniTask/workflows/Build-Debug/badge.svg)](https://github.com/Cysharp/UniTask/actions) [![Releases](https://img.shields.io/github/release/Cysharp/UniTask.svg)](https://github.com/Cysharp/UniTask/releases) -Provides an efficient async/await integration to Unity. +Provides an efficient allocation free async/await integration to Unity. * Struct based `UniTask` and custom AsyncMethodBuilder to achive zero allocation * All Unity AsyncOperations and Coroutine to awaitable