Skip to content

Commit

Permalink
docs: fix typo in changelog-v0.16.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo authored and ajnavarro committed Sep 23, 2022
1 parent c7ed7ba commit 2549475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/changelogs/v0.16.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Now, we allow to configure several routers working together, so you can have sev

Example configuration usage using the [Filecoin Network Indexer](https://docs.cid.contact/filecoin-network-indexer/overview) and the DHT, making first a query to the indexer, and timing out after 3 seconds.

```
```console
$ ipfs config Routing.Type --json '"custom"'

$ ipfs config Routing.Routers.CidContact --json '{
Expand Down Expand Up @@ -65,7 +65,7 @@ $ ipfs config Routing.Routers.ParallelHelper --json '{
}
}'

ipfs config Routing.Methods --json '{
$ ipfs config Routing.Methods --json '{
"find-peers": {
"RouterName": "ParallelHelper"
},
Expand All @@ -91,4 +91,4 @@ ipfs config Routing.Methods --json '{

### Contributors

<!-- TODO -->
<!-- TODO -->

0 comments on commit 2549475

Please sign in to comment.