Skip to content

Commit 85cc65e

Browse files
author
aegir[bot]
committed
chore: update sibling dependencies
1 parent 7e0c7d3 commit 85cc65e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/client/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
> A Delegated Routing V1 HTTP API client
1313
14-
## About
14+
# About
1515

1616
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.
1717

18-
### Example
18+
## Example
1919

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

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

35-
### Example
35+
## Example
3636

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

0 commit comments

Comments
 (0)