From 3bf5297479157456984d419ee965212210da9584 Mon Sep 17 00:00:00 2001 From: Twarit Waikar Date: Mon, 8 Aug 2022 02:58:57 +0530 Subject: [PATCH] Add logo to README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 246f6b7..0573b90 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ [![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 + + +# Godot Git 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. -**Works only for the Godot 3.2.x-3.4.x releases** +> **Works only for the Godot 3.2.x-3.4.x releases. Look in other branches for support in other Godot versions.** ## Installation Instructions