From 53ffc790ef9dd7966a7726abba1d16782a4b25e3 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@mail.kvcc.edu>
Date: Sat, 10 Oct 2015 15:56:05 -0400
Subject: [PATCH] Updates readme.

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

diff --git a/README.md b/README.md
index 7fa7c34..1fbe705 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,14 @@ The book does not cover how to do work with Radio Buttons. I will talk about it
 
 ## Outside Resources Used
 
+http://stackoverflow.com/questions/2344524/java-equivalent-to-region-in-c-sharp
+* Learned how to use C#'s "#region" equivalent in java.
+
+http://stackoverflow.com/questions/6608673/i-want-to-create-documentation-in-c-something-similar-to-javadoc
+http://www.oracle.com/technetwork/articles/java/index-137868.html
+* Learned about the Java equivalent of /// from C#.
+* Is called "JavaDoc."
+
 http://javatechig.com/android/android-radio-button-example
 * Determined the equivalent of OnClickListener for radio buttons.
 
-- 
GitLab