From eebdb7b892ee511218da0a6176321edf020d90f8 Mon Sep 17 00:00:00 2001 From: Satoshi Takeda Date: Sat, 12 Sep 2020 17:15:14 +0900 Subject: [PATCH] fix typo (#414) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d3cd0b7cf3..6f70d2d3c56 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ Alternatively, any `EventEmitter` that emits an `'abort'` event may be used as a const EventEmitter = require('events') const { Client } = require('undici') -const client = new Client'http://localhost:3000') +const client = new Client('http://localhost:3000') const ee = new EventEmitter() client.request({