From 8e15e470997e70659159c9d502bfadec93f47906 Mon Sep 17 00:00:00 2001 From: Atlinx Date: Thu, 28 Mar 2024 15:45:54 -0400 Subject: [PATCH] Update README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 133d9fe..67df15a 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,12 @@ # GDTask ✅ +![Deploy](https://github.com/Fractural/GDTask/actions/workflows/deploy.yml/badge.svg) + > **NOTE:** > > This branch is for the Godot 4.x version of the addon. > You can download the Godot 3.x version from the 3.x branch. -> **NOTE:** -> -> This branch is for the Godot 3.x version of the addon. -> You can download the Godot 4.x version from the 4.x branch. - Adds async/await features in Godot for easier async coding. Based on code from [Cysharp's UniTask library for Unity](https://github.com/Cysharp/UniTask).