Update README.md

fix spelling error
This commit is contained in:
Bucket Of Chicken
2026-03-22 18:59:49 +01:00
committed by bucket
parent 3a3c18ebc0
commit 3a700e59e6
4 changed files with 3 additions and 3 deletions
@@ -5,7 +5,7 @@ using System;
using System.IO;
using System.Linq;
public partial class GitIntigration:Node{
public partial class GitIntegration:Node{
[Export] Button commit_button;
[Export] Window options_window;
[Export] Node Main;