Skip to content

Commit

Permalink
fetch protocol: some document cleanup + consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Aug 16, 2019
1 parent 19cba29 commit fe8bc1e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fetch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ and spec status.
- [Overview](#overview)
- [Spec Proposal Info](#spec-proposal-info)
- [Wire protocol](#wire-protocol)
- [Interfaces](#interfaces)
- [Implementation Details](#implementation-details)
- [Removing existing relay protocol](#removing-existing-relay-protocol)

## Overview

Expand Down Expand Up @@ -81,7 +78,7 @@ The `go-libp2p-pubsub-router` implementation requires:

`value`: At least as generic as a byte array

`statusCode`: Supports at least `SUCCESS` and `NOT_FOUND`
`statusCode`: Supports at least `OK`, `NOT_FOUND`, and `ERROR`

## Wire protocol

Expand Down

0 comments on commit fe8bc1e

Please sign in to comment.