mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
typo fix in 'loadConversation'
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
If you require more functionality than provided, it'll super easy for you to write an extension (More on this at the end).
|
||||
|
||||
* __Install__
|
||||
Create and cd to your NPM project directory and then in terminal, write: ``` npm install github:adiwajshing/Baileys ```
|
||||
Create and cd to your NPM project directory and then in terminal, write: ``` npm install baileys ```
|
||||
Then import in your code using:
|
||||
``` javascript
|
||||
const WhatsAppWeb = require('Baileys')
|
||||
|
||||
Reference in New Issue
Block a user