Skip to content

Commit 11934bc

Browse files
committed
docs: update readmes and package descriptions
1 parent d49fff6 commit 11934bc

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222

2323
## Structure
2424

25-
- [`/packages/client`](./packages/client) An implementation of IPFS in JavaScript
26-
- [`/packages/interop`](./packages/interop) An implementation of IPFS in JavaScript
27-
- [`/packages/server`](./packages/server) An implementation of IPFS in JavaScript
25+
- [`/packages/client`](./packages/client) A Routing V1 HTTP API client
26+
- [`/packages/interop`](./packages/interop) Interop tests for the Routing V1 HTTP API server powered by Helia
27+
- [`/packages/server`](./packages/server) A Routing V1 HTTP API server powered by Helia
2828

2929
## API Docs
3030

packages/client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-routing-v1-http-api.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-routing-v1-http-api)
1212
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-routing-v1-http-api/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-routing-v1-http-api/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
1313

14-
> An implementation of IPFS in JavaScript
14+
> A Routing V1 HTTP API client
1515
1616
## Table of contents <!-- omit in toc -->
1717

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@helia/routing-v1-http-api-client",
33
"version": "0.0.0",
4-
"description": "An implementation of IPFS in JavaScript",
4+
"description": "A Routing V1 HTTP API client",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia-routing-v1-http-api/tree/master/packages/client#readme",
77
"repository": {

packages/interop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-routing-v1-http-api.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-routing-v1-http-api)
1212
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-routing-v1-http-api/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-routing-v1-http-api/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
1313

14-
> An implementation of IPFS in JavaScript
14+
> Interop tests for the Routing V1 HTTP API server powered by Helia
1515
1616
## Table of contents <!-- omit in toc -->
1717

packages/interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@helia/routing-v1-http-api-client-interop",
33
"version": "0.0.0",
4-
"description": "An implementation of IPFS in JavaScript",
4+
"description": "Interop tests for the Routing V1 HTTP API server powered by Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia-routing-v1-http-api/tree/master/packages/interop#readme",
77
"repository": {

packages/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![codecov](https://img.shields.io/codecov/c/github/ipfs/helia-routing-v1-http-api.svg?style=flat-square)](https://codecov.io/gh/ipfs/helia-routing-v1-http-api)
1212
[![CI](https://img.shields.io/github/actions/workflow/status/ipfs/helia-routing-v1-http-api/js-test-and-release.yml?branch=main\&style=flat-square)](https://github.com/ipfs/helia-routing-v1-http-api/actions/workflows/js-test-and-release.yml?query=branch%3Amain)
1313

14-
> An implementation of IPFS in JavaScript
14+
> A Routing V1 HTTP API server powered by Helia
1515
1616
## Table of contents <!-- omit in toc -->
1717

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@helia/routing-v1-http-api-server",
33
"version": "0.0.0",
4-
"description": "An implementation of IPFS in JavaScript",
4+
"description": "A Routing V1 HTTP API server powered by Helia",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/helia-routing-v1-http-api/tree/master/packages/server#readme",
77
"repository": {

0 commit comments

Comments
 (0)