From 79cd2c17ba7cd4f11d0cf1fc5477942cc61122c2 Mon Sep 17 00:00:00 2001 From: Yoshifumi Kawai Date: Mon, 7 Sep 2020 18:55:44 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55db857..3d56794 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ Provides an efficient allocation free async/await integration to Unity. * Highly compatible behaviour with Task/ValueTask/IValueTaskSource 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) +](https://medium.com/@neuecc/unitask-v2-zero-allocation-async-await-for-unity-with-asynchronous-linq-1aa9c96aa7dd) +Advanced tips, see blog post: [Extends UnityWebRequest via async decorator pattern — Advanced Techniques of UniTask](https://medium.com/@neuecc/extends-unitywebrequest-via-async-decorator-pattern-advanced-techniques-of-unitask-ceff9c5ee846)