diff --git a/LibBSP/LibBSP.csproj b/LibBSP/LibBSP.csproj
index 63c0c43..379db28 100644
--- a/LibBSP/LibBSP.csproj
+++ b/LibBSP/LibBSP.csproj
@@ -40,51 +40,51 @@
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/README.md b/README.md
index 20f3ec9..66a9192 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,6 @@
# LibBSP
C# library for parsing and reading BSP (Binary Space Partition) structures in Quake-based game engines
+
+The classes in this project exist to parse and store BSP structure information from various formats from many Quake engine forks.
+
+Eventually the BSP Importer for Unity3D and the BSP Decompiler projects will both use this library.
\ No newline at end of file