From f6c2499220a9f4d615cbf3edc01f2bdcb68bc5f2 Mon Sep 17 00:00:00 2001 From: Baptiste Lombard <17877656+blombard@users.noreply.github.com> Date: Sat, 12 Oct 2024 14:21:58 +0200 Subject: [PATCH] Fix broken link in table of contents --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64732fd..99f6d5c 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A Ruby client for the Notion API. - [Installation](#installation) - [Usage](#usage) - - [Create a New Bot Integration](#create-a-new-bot-integration) + - [Create a New Integration](#create-a-new-integration) - [Declare the API token](#declare-the-api-token) - [API Client](#api-client) - [Instantiating a new Notion API client](#instantiating-a-new-notion-api-client)