diff --git a/README.md b/README.md index 5acff95e270..b7a5ef1acd4 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ You can pass an optional dispatcher to `fetch` as: ```js import { fetch, Agent } from 'undici' - + const res = await fetch('https://example.com', { // Mocks are also supported dispatcher: new Agent({ @@ -375,6 +375,7 @@ Refs: https://fetch.spec.whatwg.org/#atomic-http-redirect-handling * [__Daniele Belardi__](https://github.com/dnlup), * [__Ethan Arrowood__](https://github.com/ethan-arrowood), * [__Matteo Collina__](https://github.com/mcollina), +* [__Matthew Aitken__](https://github.com/KhafraDev), * [__Robert Nagy__](https://github.com/ronag), * [__Szymon Marczak__](https://github.com/szmarczak), * [__Tomas Della Vedova__](https://github.com/delvedor),