mirror of
https://github.com/Neur0toxine/pock.git
synced 2025-04-05 05:33:31 +03:00
fix for the mistake in the readme
This commit is contained in:
parent
064b07940c
commit
b7f47bb6b9
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ JsonSerializerFactory::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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue