Skip to content

Commit 2549475

Browse files
Jorropoajnavarro
authored andcommitted
docs: fix typo in changelog-v0.16.0.md
1 parent c7ed7ba commit 2549475

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/changelogs/v0.16.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Now, we allow to configure several routers working together, so you can have sev
2727

2828
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.
2929

30-
```
30+
```console
3131
$ ipfs config Routing.Type --json '"custom"'
3232

3333
$ ipfs config Routing.Routers.CidContact --json '{
@@ -65,7 +65,7 @@ $ ipfs config Routing.Routers.ParallelHelper --json '{
6565
}
6666
}'
6767

68-
ipfs config Routing.Methods --json '{
68+
$ ipfs config Routing.Methods --json '{
6969
"find-peers": {
7070
"RouterName": "ParallelHelper"
7171
},
@@ -91,4 +91,4 @@ ipfs config Routing.Methods --json '{
9191

9292
### Contributors
9393

94-
<!-- TODO -->
94+
<!-- TODO -->

0 commit comments

Comments
 (0)