From 355310e83936cc886355e0f5b3f3781993738572 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@mail.kvcc.edu>
Date: Tue, 22 Sep 2015 00:11:25 -0400
Subject: [PATCH] Version 1.1.1 Very minor tweaks to readme file.

---
 README.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.md b/README.md
index b1b047e..4606a6e 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,9 @@ Suggestion/Hints:
 * Remember to handle (gracefully) cases where the user enters something incorrectly.
 
 ## Outside Resources Used
+http://stackoverflow.com/questions/7065928/console-writeline-not-working-properly
+* Realized that you can't use Console.WriteLine() unless inside a method. Derp.
+
 
 ## Known Problems, Issues, And/Or Errors in the Program
 
-- 
GitLab