Skip to content

Commit

Permalink
docs: Added update to packages/ipfs-http-client/README.md for Issue #…
Browse files Browse the repository at this point in the history
…4072 (#4088)
  • Loading branch information
ShehanAT authored Jun 10, 2022
1 parent 2ace58a commit d2ed6d7
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 @@ -126,7 +126,7 @@ import { create } from 'ipfs-http-client'
const client = create()

// connect to a different API
const client = create('http://127.0.0.1:5002')
const client = create({ url: "http://127.0.0.1:5002/api/v0" });

// connect using a URL
const client = create(new URL('http://127.0.0.1:5002'))
Expand Down

0 comments on commit d2ed6d7

Please sign in to comment.