From 8234b1ea05559bb09684f3dd9521a3a4187a66b6 Mon Sep 17 00:00:00 2001 From: Felix Date: Tue, 18 Apr 2017 09:42:28 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 748c19c..7e92c85 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # soft-cache -Soft cache for your class methods. Sometimes your PHP application runs the same method with the same arguments during the same code execution. Better caching the output of it, especially when queryin a databse or an API. +Soft cache for your class methods. Sometimes, during one script run, one method is executed several times with the same arguments. Better caching the output of it, especially when querying a databse or an API. ## Usage