Skip to content

Commit 38ccc5d

Browse files
authored
add myself as a collaborator (nodejs#1435)
1 parent 15c1631 commit 38ccc5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You can pass an optional dispatcher to `fetch` as:
198198

199199
```js
200200
import { fetch, Agent } from 'undici'
201-
201+
202202
const res = await fetch('https://example.com', {
203203
// Mocks are also supported
204204
dispatcher: new Agent({
@@ -375,6 +375,7 @@ Refs: https://fetch.spec.whatwg.org/#atomic-http-redirect-handling
375375
* [__Daniele Belardi__](https://github.com/dnlup), <https://www.npmjs.com/~dnlup>
376376
* [__Ethan Arrowood__](https://github.com/ethan-arrowood), <https://www.npmjs.com/~ethan_arrowood>
377377
* [__Matteo Collina__](https://github.com/mcollina), <https://www.npmjs.com/~matteo.collina>
378+
* [__Matthew Aitken__](https://github.com/KhafraDev), <https://www.npmjs.com/~khaf>
378379
* [__Robert Nagy__](https://github.com/ronag), <https://www.npmjs.com/~ronag>
379380
* [__Szymon Marczak__](https://github.com/szmarczak), <https://www.npmjs.com/~szmarczak>
380381
* [__Tomas Della Vedova__](https://github.com/delvedor), <https://www.npmjs.com/~delvedor>

0 commit comments

Comments
 (0)