diff --git a/packages/ipfs-http-client/README.md b/packages/ipfs-http-client/README.md index 0b4d457a45..01e2527dd0 100644 --- a/packages/ipfs-http-client/README.md +++ b/packages/ipfs-http-client/README.md @@ -6,7 +6,10 @@ [![codecov](https://img.shields.io/codecov/c/github/ipfs/js-ipfs.svg?style=flat-square)](https://codecov.io/gh/ipfs/js-ipfs) [![CI](https://img.shields.io/github/workflow/status/ipfs/js-ipfs/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/ipfs/js-ipfs/actions/workflows/js-test-and-release.yml) -> A client library for the IPFS HTTP API +> A client library for the [IPFS HTTP API](https://github.com/ipfs/js-ipfs/tree/master/docs/core-api) exposed by js-ipfs. + + +> Note: The client library for the [Kubo RPC API](https://docs.ipfs.tech/reference/kubo/rpc/) has moved into [js-kubo-rpc-client](https://github.com/ipfs/js-kubo-rpc-client). ## Table of contents @@ -51,7 +54,7 @@ $ npm i ipfs-http-client IPFS http client lib logo -

The JavaScript HTTP RPC API client library for IPFS implementations.

+

The JavaScript HTTP RPC API client library for js-ipfs.