From fcd9576663c158b4ae5255780751d78cdd61800e Mon Sep 17 00:00:00 2001 From: Harry Rybacki Date: Thu, 19 Feb 2015 16:15:38 -0500 Subject: [PATCH] Fixed confusing sentence --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09200e0..bff8baa 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ slow down the login attempts. We will use a cache so that it doesn't have to hit the database in order to check the database on each login attempt. The first version will be based on -Redis, but the goal is to make this configurable so that people can use what -they want for a backend, so it is configurable. +Redis, but the goal is to make this configurable so that people can use whatever +backend best fits their needs. Build status ------------