From 80bad796b63ce290736f39f49f71cd8840c72fbc Mon Sep 17 00:00:00 2001 From: Benjamin Ooghe-Tabanou Date: Mon, 29 Aug 2022 19:09:37 +0200 Subject: [PATCH] fix summary links --- README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 45c367f..3ed9271 100644 --- a/README +++ b/README @@ -17,13 +17,13 @@ For more information: ## Summary -- [Authenticating with OAuth/OAuth2](#authenticating) -- [Instantiating the ](#instantiating) -- [Querying the different API routes with different kinds of arguments](#querying-the-api) -- [Examples with Twitter Standard API v1.1](#examples-with-twitter-api-v11) -- [Examples with Twitter API v2](#examples-with-twitter-api-v2) -- [Working with the live streams of tweets (v1.1 & v2)](#working-with-the-streaming-apis) -- [Advanced features](#advanced-features) +- [Authenticating with OAuth/OAuth2](#--authenticating) +- [Instantiating the ](#--instantiating) +- [Querying the different API routes with different kinds of arguments](#--querying-the-api) +- [Examples with Twitter Standard API v1.1](#--examples-with-twitter-standard-api-v11) +- [Examples with Twitter API v2](#--examples-with-twitter-api-v2) +- [Working with the live streams of tweets (v1.1 & v2)](#--working-with-the-streaming-apis) +- [Advanced features](#--advanced-features) ## Programming with the Twitter API classes