From ad340054c41dc1db2152f1e4ee48220e260b8881 Mon Sep 17 00:00:00 2001 From: Adem Kouki Date: Fri, 4 Mar 2022 08:27:20 +0100 Subject: [PATCH] Fix example link (#1316) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 228e008..9c44f2d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ## Example -Do check out & run [example.ts](Example/example.ts) to see example usage of the library. +Do check out & run [example.ts](https://github.com/adiwajshing/Baileys/blob/master/Example/example.ts) to see example usage of the library. The script covers most common use cases. To run the example script, download or clone the repo and then type the following in terminal: 1. ``` cd path/to/Baileys ```