From 3b1abbb3de52086dc32f97b119e916523563b723 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 8 Apr 2015 18:43:17 -0400 Subject: [PATCH] adjust readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d26236..d933fcf 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ var t = new Repository().Get(ts, "tparnell"); ## TODO * Actually Make unit tests -* Add authentication wrapper +* Add authentication layer * Implement API calls that require authentication tokens * Coveralls? * Code Quality? +* Exception Handling?