Skip to content

Commit

Permalink
chore: add peer routing to delegated routing description
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored Oct 12, 2023
1 parent 24861cd commit 331c903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routing/http-routing-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Delegated Routing V1 HTTP API
description: >
Delegated routing is a mechanism for IPFS implementations to use for offloading
content routing and naming to another process/server. This specification describes
content routing, peer routing and naming to another process/server. This specification describes
an HTTP API for delegated content routing.
date: 2023-08-31
maturity: reliable
Expand Down Expand Up @@ -35,7 +35,7 @@ order: 0
tags: ['routing']
---

Delegated routing is a mechanism for IPFS implementations to use for offloading content routing and naming to another process/server. This specification describes a vendor-agnostic HTTP API for delegated content routing.
Delegated routing is a mechanism for IPFS implementations to use for offloading content routing, peer routing, and naming to another process/server. This specification describes a vendor-agnostic HTTP API for delegated content routing.

## API Specification

Expand Down

0 comments on commit 331c903

Please sign in to comment.