diff --git a/Core/Godot.Sharp.Extended.csproj b/Core/Godot.Sharp.Extended.csproj index 840c2a6..913d9c3 100644 --- a/Core/Godot.Sharp.Extended.csproj +++ b/Core/Godot.Sharp.Extended.csproj @@ -24,7 +24,6 @@ - diff --git a/README.md b/README.md index 94b7866..e69de29 100644 --- a/README.md +++ b/README.md @@ -1,10 +0,0 @@ -# Godot.Sharp.Extended -Godot.Sharp.Extended is a core library with a Source generators for the ![Godot Engine](https://godotengine.org), providing additional support for ease of programming with the Godot Engine. - -# Installation -To install this library, simply use dotnet command line tool, to add a package reference for GodotSharpExtras, using the following command: - -``` -dotnet add package Godot.Sharp.Extended -``` -