Skip to content

Commit

Permalink
chore: update sibling dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aegir[bot] committed Nov 2, 2023
1 parent 7e0c7d3 commit 85cc65e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

> A Delegated Routing V1 HTTP API client
## About
# About

A client implementation of the IPFS [Delegated Routing V1 HTTP API](https://specs.ipfs.tech/routing/http-routing-v1/) that can be used to interact with any compliant server implementation.

### Example
## Example

```typescript
import { createDelegatedRoutingV1HttpApiClient } from '@helia/routing-v1-http-api-client'
Expand All @@ -32,7 +32,7 @@ for await (const prov of getProviders(CID.parse('QmFoo'))) {

The client can be configured as a libp2p service, this will enable it as both a ContentRouting and a PeerRouting implementation

### Example
## Example

```typescript
import { createDelegatedRoutingV1HttpApiClient } from '@helia/routing-v1-http-api-client'
Expand Down

0 comments on commit 85cc65e

Please sign in to comment.