From 2170930dc50788cb972c98a8445bef6896dbd6cd Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Thu, 23 Sep 2021 19:58:51 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffdbe74..388e4db 100644 --- a/README.md +++ b/README.md @@ -127,5 +127,5 @@ In order to use unsupported serializer you should create an adapter which implem - [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. - [ ] `symfony/http-client` support. -- [ ] Real network response for mocked & unmatched requests. +- [ ] Real network response for mocked requests. - [ ] Document everything (with examples if it’s feasible).