From 000d834d426d44678345a9a7ed6233bd2a94c345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Sun, 4 May 2014 13:58:26 -0500 Subject: [PATCH] Added extra info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2723eff..c0228af 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ ConsoleChat =========== -A simple chat that can run on any machine with a Java JRE. +This program was made as a personal project to learn a bit of networking in Java. It is quite simple, and was made with Java 1.7 (although it can most likely work with 1.6 as well). Even though this was just made for personal learning, I do plan on improving on it every now and then by adding new features.