From 720fd3d003ba96bed8156fd20ee733bfe2e907be Mon Sep 17 00:00:00 2001 From: Ibnu syawal <46734417+ibnusyawall@users.noreply.github.com> Date: Fri, 26 May 2023 18:11:54 +0700 Subject: [PATCH] docs: Update typo example path in README.md (#90) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a5a8821..ce43e3c 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ This is the only official repository and is maintained by the community. ## Example -Do check out & run [example.ts]( -/blob/master/Example/example.ts) to see an example usage of the library. +Do check out & run [example.ts](Example/example.ts) to see an 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 a terminal: 1. ``` cd path/to/Baileys ```