From c4ded039aab89aaf981b0ba36992f193cb78aaf6 Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Tue, 11 Aug 2020 13:37:15 +0530 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0307da3..99471b2 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Baileys is type-safe, extensible and simple to use. If you require more functionality than provided, it'll super easy for you to write an extension. More on this [here](#WritingCustomFunctionality). If you're interested in building a WhatsApp bot, you may wanna check out [WhatsAppInfoBot](https://github.com/adiwajshing/WhatsappInfoBot) and an actual bot built with it, [Messcat](https://github.com/adiwajshing/Messcat). + + **Read the docs [here](https://adiwajshing.github.io/Baileys)** ## Example Do check out & run [example.ts](Example/example.ts) to see example usage of the library.