diff --git a/Neuro.vcxproj b/Neuro.vcxproj
index 9980c77..0658e91 100644
--- a/Neuro.vcxproj
+++ b/Neuro.vcxproj
@@ -88,6 +88,9 @@
+
+
+
diff --git a/Neuro.vcxproj.filters b/Neuro.vcxproj.filters
index 103c35f..b8095d1 100644
--- a/Neuro.vcxproj.filters
+++ b/Neuro.vcxproj.filters
@@ -39,4 +39,7 @@
Header Files
+
+
+
\ No newline at end of file
diff --git a/README.md b/README.md
index 4b38d90..3cbfc06 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,4 @@
# Neuro
-This is my neural net sandbox. Mainly I'm following David Miller's tutorial at https://vimeo.com/19569529 while trying to wrap my brain around back-propagation, hyperplanes and life.
+This is my neural net sandbox. Mostly, I'm following David Miller's
+(http://www.millermattson.com/) tutorial at https://vimeo.com/19569529 while trying
+to wrap my brain around back-propagation, hyperplanes and life itself.