fix goal in readme

This commit is contained in:
Pavel 2021-09-23 20:07:27 +03:00
commit aec5a4c4a0

View File

@ -126,6 +126,6 @@ In order to use unsupported serializer you should create an adapter which implem
- [x] Form Data body matcher (partial & exact) - [x] Form Data body matcher (partial & exact)
- [x] Multipart form body matcher (just like callback matcher but parses the body as a multipart form data) - [x] Multipart form body matcher (just like callback matcher but parses the body as a multipart form data)
- [x] **BREAKING CHANGE:** Rename serializer decorators to serializer adapters. - [x] **BREAKING CHANGE:** Rename serializer decorators to serializer adapters.
- [x] Real network response for mocked & unmatched requests. - [x] Real network response for mocked requests.
- [ ] `symfony/http-client` support. - [ ] `symfony/http-client` support.
- [ ] Document everything (with examples if its feasible). - [ ] Document everything (with examples if its feasible).