From 58a5f956c0956c9b4678ce31b116dd3e562ffbe3 Mon Sep 17 00:00:00 2001 From: Twarit Waikar Date: Mon, 19 Apr 2021 21:47:16 +0530 Subject: [PATCH] Check if Appveyor build statuses are gone --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b471fa..c6ebee7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# GDNative Based Git Plugin for Godot Version Control Editor Plugin - [![C/C++ CI](https://github.com/godotengine/godot-git-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/godotengine/godot-git-plugin/actions/workflows/build.yml) +# GDNative Based Git Plugin for Godot Version Control Editor Plugin + Git implementation of the Godot Engine VCS interface in Godot. We use [libgit2](https://libgit2.org) as our backend to simulate Git in code. > Planned for Godot 4.0 since Godot 3.2+. Look for other branches for support in other Godot releases.