From a3f3a28ea1ed93590ad51dc1939f17869eaf0643 Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai Date: Fri, 12 Jun 2020 17:18:31 +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 4fce620..c85729e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Provides an efficient allocation free async/await integration to Unity. * TaskTracker window to prevent memory leak * Highly compatible behaviour with Task/ValueTask/IValueTaskSource -Techinical details, see blog post:[UniTask v2 — Zero Allocation async/await for Unity, with Asynchronous LINQ +Techinical details, see blog post: [UniTask v2 — Zero Allocation async/await for Unity, with Asynchronous LINQ ](https://medium.com/@neuecc/unitask-v2-zero-allocation-async-await-for-unity-with-asynchronous-linq-1aa9c96aa7dd)