From 069a9473aaa0a7a78741dc9dfaabb63d3ce0a7ac Mon Sep 17 00:00:00 2001 From: Atlinx Date: Thu, 28 Mar 2024 15:45:14 -0400 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da969bc..31a04bc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ > **NOTE:** > > This branch is for the Godot 4.x version of the addon. -> You can download the Godot 3.x version from the main branch. +> You can download the Godot 3.x version from the 3.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).