diff --git a/README.md b/README.md index 79c0880..6c5f2b1 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ [![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. +# Godot Git Plugin + +Git implementation of the Godot Engine VCS interface using GDNative in Godot. We use [libgit2](https://libgit2.org) as our backend to simulate Git in code. > Supported in Godot 3.5.x. Look for other branches for support in other Godot releases.