From 3c88b0dc3f04e4a26c6a7ef9c59205915227ec12 Mon Sep 17 00:00:00 2001 From: Kml <167911858+kemel49@users.noreply.github.com> Date: Wed, 5 Mar 2025 22:49:02 +0530 Subject: [PATCH] Updated badge at README.md Previous badge was showing [custom badge | invalid], now looking fine with modified design. Signed-off-by: Kml <167911858+kemel49@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8da353e..d6ee959 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Twitter API v2 sample code [![v2](https://img.shields.io/endpoint?url=https%3A%2F%2Ftwbadges.glitch.me%2Fbadges%2Fv2)](https://developer.twitter.com/en/docs/twitter-api) +# Twitter API v2 sample code [![v2](https://img.shields.io/badge/API-V2-black?logo=x)](https://developer.twitter.com/en/docs/twitter-api) Sample code for the Twitter API v2 endpoints. Individual API features have folders where you can find examples of usage in several coding languages (Java, Node.js, Python, R, and Ruby).