docs: Update typo example path in README.md (#90)

This commit is contained in:
Ibnu syawal
2023-05-26 18:11:54 +07:00
committed by GitHub
parent 3ef279c6b8
commit 720fd3d003

View File

@@ -13,8 +13,7 @@ This is the only official repository and is maintained by the community.
## Example ## Example
Do check out & run [example.ts]( Do check out & run [example.ts](Example/example.ts) to see an example usage of the library.
/blob/master/Example/example.ts) to see an example usage of the library.
The script covers most common use cases. 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: To run the example script, download or clone the repo and then type the following in a terminal:
1. ``` cd path/to/Baileys ``` 1. ``` cd path/to/Baileys ```