From 7df9124872e53b898cf85bf4f9359d6fce6ae58a Mon Sep 17 00:00:00 2001 From: dmitry krokhin Date: Wed, 10 Jul 2024 13:15:53 +0300 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c938ec..141cff2 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ $mapper->getSpace('_vspace'); // no new requests are made ``` ## Query Cache -If you don't want to perform select queries you can inject cache interface to space instance.\ +If you don't want to repeat select queries you can inject cache interface implementation to space.\ Use your favorite psr/cache implementation to persist schema on the application side.\ For example, we use array adapter from `symfony/cache` package. ```php