Skip to content

Commit

Permalink
Closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
sagi committed Mar 29, 2021
1 parent 0e8c714 commit 44f8412
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 @@ -44,7 +44,7 @@ A `Promise` that resolves to a `DNS` response object is returned.
For instance,

```js
const doh = require('@sagi/dns-over-https')
const doh = require('@sagi.io/dns-over-https')
(async () => {
const dnsResponse = await doh.query({name: 'sagi.io'})
})()
Expand Down

0 comments on commit 44f8412

Please sign in to comment.