Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 14e506a

Browse files
authored
docs: Added update to packages/ipfs-http-client/README.md for Issue #4072 (#4088)
1 parent 97430f8 commit 14e506a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ipfs-http-client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ import { create } from 'ipfs-http-client'
126126
const client = create()
127127

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

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

0 commit comments

Comments
 (0)