diff --git a/README.md b/README.md
index 9027c10..d0e7add 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
#Connect--
+
+
Less is more. A simplified Exeter Connect.
##For now...
-__test_old.py__ gets user data by headlessly mimicking Exeter Connect functionality.
-
-__test.py__ gets user data by circumventing Exeter Connect completely and talking directly to Connect's [backend](https://connect.exeter.edu/student/_vti_bin/UserProfileService.asmx) via [SOAP](http://en.wikipedia.org/wiki/SOAP). Requires python2 and [suds](https://fedorahosted.org/suds/).
+__test_old.py__ gets user data by headlessly mimicking Exeter Connect functionality. Hacky and slow.
-test.py is faster and cleaner than test_old.py in every regard, which shows how much faster directly connecting to Connect's backend is.
+__test.py__ gets user data by circumventing Exeter Connect completely and talking directly to Connect's [backend](https://connect.exeter.edu/student/_vti_bin/UserProfileService.asmx) via [SOAP](http://en.wikipedia.org/wiki/SOAP). Requires python2 and [suds](https://fedorahosted.org/suds/). test.py is much faster and cleaner than test_old.py in every regard.
##Todo