From c742d45eb716cda76637bd9d9997b07904883524 Mon Sep 17 00:00:00 2001 From: dmitry krokhin Date: Tue, 23 Apr 2024 20:10:00 +0300 Subject: [PATCH] readme cs fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59be767..8071a0f 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ var_dump($policy->counter); // actual value ## Schema Cache Any new mapper instance will fetch schema from the tarantool, this requests can takes a bit of database load.\ -Use your favorite psr/cache implementation to persist schema on the application side.\ +Use your favorite `psr/cache` implementation to persist schema on the application side.\ For example, we use apcu adapter from `symfony/cache` package.\ If new schema version is not persisted in cache, mapper will fetch it ```php