From a39889c4ea8f0eaa0be558a96cc1b1fe1cdd17cd Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 12 Dec 2019 22:41:32 +0000 Subject: [PATCH] docs: add ToC link to pubsub.unsubscribe --- doc/API.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/API.md b/doc/API.md index b4eaf4ea..d0c5b604 100644 --- a/doc/API.md +++ b/doc/API.md @@ -7,11 +7,11 @@ * [`stop`](#stop) * [`dial`](#dial) * [`dialProtocol`](#dialprotocol) - * [`hangUp`](#hangUp) + * [`hangUp`](#hangup) * [`handle`](#handle) * [`unhandle`](#unhandle) * [`ping`](#ping) - * [`peerRouting.findPeer`](#peerRoutingfindPeer) + * [`peerRouting.findPeer`](#peerroutingfindpeer) * [`contentRouting.findProviders`](#contentroutingfindproviders) * [`contentRouting.provide`](#contentroutingprovide) * [`contentRouting.put`](#contentroutingput) @@ -21,6 +21,7 @@ * [`pubsub.getTopics`](#pubsubgettopics) * [`pubsub.publish`](#pubsubpublish) * [`pubsub.subscribe`](#pubsubsubscribe) + * [`pubsub.unsubscribe`](#pubsubunsubscribe) * [`metrics.global`](#metricsglobal) * [`metrics.peers`](#metricspeers) * [`metrics.protocols`](#metricsprotocols)