Skip to content

Commit c742d45

Browse files
committed
readme cs fix
1 parent fb48150 commit c742d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ var_dump($policy->counter); // actual value
154154

155155
## Schema Cache
156156
Any new mapper instance will fetch schema from the tarantool, this requests can takes a bit of database load.\
157-
Use your favorite psr/cache implementation to persist schema on the application side.\
157+
Use your favorite `psr/cache` implementation to persist schema on the application side.\
158158
For example, we use apcu adapter from `symfony/cache` package.\
159159
If new schema version is not persisted in cache, mapper will fetch it
160160
```php

0 commit comments

Comments
 (0)