From 8cc79341246472816587315412c5c4bd00efb635 Mon Sep 17 00:00:00 2001 From: Nipun Date: Sun, 24 Apr 2022 06:49:06 -0400 Subject: [PATCH] added packages/ipfs-http-client/README.md update for issue #4072 --- packages/ipfs-http-client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ipfs-http-client/README.md b/packages/ipfs-http-client/README.md index eb2a45ec5d..3f5a97697f 100644 --- a/packages/ipfs-http-client/README.md +++ b/packages/ipfs-http-client/README.md @@ -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'))