Skip to content

Commit

Permalink
chore: regenegrate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Mar 6, 2024
1 parent 82d86fe commit 3410e89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/verified-fetch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ import { dnsJsonOverHttps, dnsOverHttps } from '@helia/ipns/dns-resolvers'

const fetch = await createVerifiedFetch({
gateways: ['https://trustless-gateway.link'],
routers: ['http://delegated-ipfs.dev'],
routers: ['http://delegated-ipfs.dev']
}, {
dnsResolvers: [
dnsJsonOverHttps('https://my-dns-resolver.example.com/dns-json'),
dnsOverHttps('https://my-dns-resolver.example.com/dns-query')
Expand Down

0 comments on commit 3410e89

Please sign in to comment.