docs: fix typo in changelog-v0.16.0.md
Jorropo committed
Sep 22, 2022 at 16:43 UTC
2549475d8447cf7df67a62b6d7757823deba7b64
1 file changed
+3
-3
docs/changelogs/v0.16.md
+3
-3
@@ -27,7 +27,7 @@ Now, we allow to configure several routers working together, so you can have sev
27
28
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.
29
30
-```
30
+```console
31
$ ipfs config Routing.Type --json '"custom"'
32
33
$ ipfs config Routing.Routers.CidContact --json '{
@@ -65,7 +65,7 @@ $ ipfs config Routing.Routers.ParallelHelper --json '{
65
}
66
}'
67
68
-ipfs config Routing.Methods --json '{
68
+$ ipfs config Routing.Methods --json '{
69
"find-peers": {
70
"RouterName": "ParallelHelper"
71
},
@@ -91,4 +91,4 @@ ipfs config Routing.Methods --json '{
91
92
### Contributors
93
94
-<!-- TODO -->
\ No newline at end of file
94
+<!-- TODO -->