From a842bc9087fc2b1cf3c994e9697f1034c291da5a Mon Sep 17 00:00:00 2001 From: James Reinlein Date: Thu, 22 Jan 2015 13:07:06 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 78a3460..82786c1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ Parses text from Wikipedia articles and provides most common words used. 1. Provide functionality for non-English articles 2. Implement word-cloud creation functionality for most common words 3. Allow exportation of results into .csv or .xls file -4. Provide support for non-Wikipedia URLs +4. Provide support for random Wikipedia articles + 1. Implement quiz-type game (match word list to article name) +5. Provide support for non-Wikipedia URLs ## Libraries - JSoup (parses HTML)