diff --git a/GradientTheme/GradientTheme.csproj b/GradientTheme/GradientTheme.csproj
index 088a0b5..517a98f 100644
--- a/GradientTheme/GradientTheme.csproj
+++ b/GradientTheme/GradientTheme.csproj
@@ -62,7 +62,7 @@
Wpf
Designer
-
+
diff --git a/GradientTheme/docs/README.md b/GradientTheme/docs/README.md
deleted file mode 100644
index 7e7f04f..0000000
--- a/GradientTheme/docs/README.md
+++ /dev/null
@@ -1,32 +0,0 @@
-# GradientThemeWPF
-A WPF theme library with modern and smooth-looking gradient colors. A base foundation for a modern-looking UI!
-
-## Installation
-[Use NuGet](https://www.nuget.org/packages/GradientThemeWPF) to acquire the library to your project:
-
-#### .Net CLI:
-```cmd
-dotnet add package GradientThemeWPF
-```
-#### Package Manager
-```powershell
-NuGet\Install-Package GradientThemeWPF
-```
-
-## Usage
-To use the styles in your own project, make sure to import the correct styles in your `App.xaml`:
-```Xaml
-
-
-
-
-
-
-
-
-
-
-```
-Later in the window you want to be gradient colored, add the style `GradientWindow` to the window.
-
-Example of styles for each control is available in the source code.
\ No newline at end of file