diff --git a/README.md b/README.md
index 690cc04..4f57471 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ for Python.
## Features
* Written with unit testing in mind.
+* Supports tables, grids, panels, and a [rich](https://github.com/willmcgugan/rich) inspired markup language.
* Supports the most common SRG parameters when it comes to text
styling such as bold, dim, italic, underline, strikethrough,
and blinking text.
@@ -29,7 +30,7 @@ for Python.
## Example
-
+
## Usage
diff --git a/gfx/large-logo.png b/resources/gfx/large-logo.png
similarity index 100%
rename from gfx/large-logo.png
rename to resources/gfx/large-logo.png
diff --git a/gfx/medium-logo.png b/resources/gfx/medium-logo.png
similarity index 100%
rename from gfx/medium-logo.png
rename to resources/gfx/medium-logo.png
diff --git a/resources/gfx/screenshots/example.png b/resources/gfx/screenshots/example.png
new file mode 100644
index 0000000..48dc157
Binary files /dev/null and b/resources/gfx/screenshots/example.png differ
diff --git a/resources/gfx/screenshots/table.png b/resources/gfx/screenshots/table.png
new file mode 100644
index 0000000..957c444
Binary files /dev/null and b/resources/gfx/screenshots/table.png differ
diff --git a/gfx/small-logo.png b/resources/gfx/small-logo.png
similarity index 100%
rename from gfx/small-logo.png
rename to resources/gfx/small-logo.png
diff --git a/scripts/.gitignore b/resources/scripts/.gitignore
similarity index 100%
rename from scripts/.gitignore
rename to resources/scripts/.gitignore
diff --git a/scripts/Generate-Colors.ps1 b/resources/scripts/Generate-Colors.ps1
similarity index 100%
rename from scripts/Generate-Colors.ps1
rename to resources/scripts/Generate-Colors.ps1
diff --git a/scripts/Generator/Commands/ColorGeneratorCommand.cs b/resources/scripts/Generator/Commands/ColorGeneratorCommand.cs
similarity index 100%
rename from scripts/Generator/Commands/ColorGeneratorCommand.cs
rename to resources/scripts/Generator/Commands/ColorGeneratorCommand.cs
diff --git a/scripts/Generator/Data/colors.json b/resources/scripts/Generator/Data/colors.json
similarity index 100%
rename from scripts/Generator/Data/colors.json
rename to resources/scripts/Generator/Data/colors.json
diff --git a/scripts/Generator/Generator.csproj b/resources/scripts/Generator/Generator.csproj
similarity index 100%
rename from scripts/Generator/Generator.csproj
rename to resources/scripts/Generator/Generator.csproj
diff --git a/scripts/Generator/Generator.sln b/resources/scripts/Generator/Generator.sln
similarity index 100%
rename from scripts/Generator/Generator.sln
rename to resources/scripts/Generator/Generator.sln
diff --git a/scripts/Generator/Models/Color.cs b/resources/scripts/Generator/Models/Color.cs
similarity index 100%
rename from scripts/Generator/Models/Color.cs
rename to resources/scripts/Generator/Models/Color.cs
diff --git a/scripts/Generator/Models/ColorModel.cs b/resources/scripts/Generator/Models/ColorModel.cs
similarity index 100%
rename from scripts/Generator/Models/ColorModel.cs
rename to resources/scripts/Generator/Models/ColorModel.cs
diff --git a/scripts/Generator/Models/Palette.cs b/resources/scripts/Generator/Models/Palette.cs
similarity index 100%
rename from scripts/Generator/Models/Palette.cs
rename to resources/scripts/Generator/Models/Palette.cs
diff --git a/scripts/Generator/Program.cs b/resources/scripts/Generator/Program.cs
similarity index 100%
rename from scripts/Generator/Program.cs
rename to resources/scripts/Generator/Program.cs
diff --git a/scripts/Generator/Templates/Color.Generated.template b/resources/scripts/Generator/Templates/Color.Generated.template
similarity index 100%
rename from scripts/Generator/Templates/Color.Generated.template
rename to resources/scripts/Generator/Templates/Color.Generated.template
diff --git a/scripts/Generator/Templates/ColorPalette.Generated.template b/resources/scripts/Generator/Templates/ColorPalette.Generated.template
similarity index 100%
rename from scripts/Generator/Templates/ColorPalette.Generated.template
rename to resources/scripts/Generator/Templates/ColorPalette.Generated.template
diff --git a/scripts/Generator/Templates/ColorTable.Generated.template b/resources/scripts/Generator/Templates/ColorTable.Generated.template
similarity index 100%
rename from scripts/Generator/Templates/ColorTable.Generated.template
rename to resources/scripts/Generator/Templates/ColorTable.Generated.template
diff --git a/src/Spectre.Console/Spectre.Console.csproj b/src/Spectre.Console/Spectre.Console.csproj
index 8cf2895..288d44f 100644
--- a/src/Spectre.Console/Spectre.Console.csproj
+++ b/src/Spectre.Console/Spectre.Console.csproj
@@ -7,7 +7,7 @@
-
+