From e2c757e884c6ff7407deeabf33acf86fbb3f4bb2 Mon Sep 17 00:00:00 2001 From: Ali Awari Date: Sun, 22 Sep 2024 15:15:59 -0400 Subject: [PATCH] fix: missed a line --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fe477f9..7a930d3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,9 @@ A TypeScript SDK for the Threads API, making it easy to interact with Threads in [![npm version](https://badge.fury.io/js/threads-ts.svg)](https://badge.fury.io/js/threads-ts) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +## Official Threads Documentation: +https://developers.facebook.com/docs/threads + ## Table of Contents - [Installation](#installation)