From 8ca5de5cf05c35614ad2eb4c1fc810bfb32cf886 Mon Sep 17 00:00:00 2001 From: Vikram Ramakrishnan Date: Mon, 7 Mar 2016 17:08:20 -0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07c1e6f..8737f90 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Newcomers to programming would benefit from practicing drills regularly until basic problem solving becomes second nature. This gem is a command line tool that allows users to solve randomly generated small problems. -It currently supports drills surrounding simple and complex data structures. +It currently supports drills surrounding simple and complex data structures. I would like more complex problems to be part of the suite soon. Right now, they are intended towards navigating simple to compound data structures as this is often an area that newcomers to programming find confusing. ## Installation