From ed4295a325ea8e536bb411c25d8f061aecf23474 Mon Sep 17 00:00:00 2001 From: Twarit Waikar Date: Tue, 20 Aug 2019 01:47:30 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 465c77f..44e55c3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # GDNative Based Git Plugin for Godot Version Control Editor Plugin +Implements the proxy end-points for the `EditorVCSInterface` API in the Godot Engine Editor. Uses [libgit2](https://libgit2.org) at its backend to simulate Git in code. ## Build Instructions