From a7ed41110a05999104b34381561a6171e561fe82 Mon Sep 17 00:00:00 2001 From: Feng Date: Sun, 3 Jan 2016 11:30:07 +0800 Subject: [PATCH] database --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5b89d561..6540d8fca 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ecpool is different with worker-pool libraries in that it is designed to pool connection/clients to server or database. -ecpool tries to avoid the erlang application crash when the server or dabased going down. +ecpool tries to avoid the erlang application crash when the server or database going down. ## Overview