From d3f9cb0201238f11102b33e895ee4fb0ad090ff5 Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Wed, 6 Jul 2022 21:23:57 -0700 Subject: [PATCH] Houseclean interface-ipfs-core/README.md --- packages/interface-ipfs-core/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/interface-ipfs-core/README.md b/packages/interface-ipfs-core/README.md index e675544843..29dea01059 100644 --- a/packages/interface-ipfs-core/README.md +++ b/packages/interface-ipfs-core/README.md @@ -62,7 +62,7 @@ In JavaScript land: $ npm install interface-ipfs-core ``` -If you want to run these tests against a go-ipfs daemon, checkout [ipfs-http-client](https://github.com/ipfs/js-ipfs-http-client) and run test tests: +If you want to run these tests against a Kubo daemon, checkout [ipfs-http-client](https://github.com/ipfs/js-ipfs-http-client) and run test tests: ```console $ git clone https://github.com/ipfs/js-ipfs-http-client