Fix URL fragment (#127)

Link to join method was broken
This commit is contained in:
d61b292b-2859-4ed6-8c7c-b7397ad8e351
2024-08-14 13:13:54 +02:00
committed by GitHub
parent 1a4f97138f
commit 6b7ca689cb

View File

@@ -21,7 +21,7 @@ Notable features include:
* [swarm.peers](hyperswarm.md#swarm.peers)
* [swarm.dht](hyperswarm.md#swarm.dht)
* Methods:
* [swarm.join(topic, [options])](hyperswarm.md#const-discovery--swarmjointopic-options)
* [swarm.join(topic, [options])](hyperswarm.md#swarm.join)
* Events:
* [connection](hyperswarm.md#swarm.onconnection)
* [update](hyperswarm.md#swarm.onupdate)