From 54391e76a07e911a1fb58d2c78eb027d5da6d1dc Mon Sep 17 00:00:00 2001 From: Victor Le Date: Fri, 2 Jun 2017 09:16:05 +0200 Subject: [PATCH] doc: Fix anchor webhook link (#346) References: * PR: https://github.com/yagop/node-telegram-bot-api/pull/346 * PR-by: @Coac --- doc/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage.md b/doc/usage.md index 64a6a0a..900c4b8 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -1,7 +1,7 @@ # Usage * [Events](#events) -* [WebHooks](#WebHooks) +* [WebHooks](#webhooks) * [Sending files](#sending-files) * [Error handling](#error-handling)