Skip to content

Commit

Permalink
fix typo (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdn authored Sep 12, 2020
1 parent 8683dcb commit eebdb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit eebdb7b

Please # to comment.