fix for the mistake in the readme

This commit is contained in:
Pavel 2021-09-23 16:14:24 +03:00 committed by GitHub
parent 064b07940c
commit b7f47bb6b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@ JsonSerializerFactory::setSerializer($serializer);
XmlSerializerFactory::setSerializer($serializer); XmlSerializerFactory::setSerializer($serializer);
``` ```
In order to use unsupported serializer you should create a decorator which implements `Pock\Serializer\SerializerInterface`. In order to use unsupported serializer you should create an adapter which implements `Pock\Serializer\SerializerInterface`.
# Roadmap to stable # Roadmap to stable