@ryuu-reinzz/baileys 2.0.1 → 2.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -93,9 +93,9 @@ All contributions will be reviewed before merging.
93
93
 
94
94
  ## 📥 Installation
95
95
  ```bash
96
- npm install @RyuuReinzz/baileys
96
+ npm install @ryuu-reinzz/baileys
97
97
  # or
98
- yarn add @RyuuReinzz/baileys
98
+ yarn add @ryuu-reinzz/baileys
99
99
  ```
100
100
 
101
101
  <br>
@@ -105,7 +105,7 @@ yarn add @RyuuReinzz/baileys
105
105
  const {
106
106
  default: makeWASocket,
107
107
  useMultiFileAuthState,
108
- } = require('@RyuuReinzz/baileys');
108
+ } = require('@ryuu-reinzz/baileys');
109
109
 
110
110
  const {
111
111
  state,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryuu-reinzz/baileys",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Baileys is a lightweight JavaScript library for interacting with the WhatsApp Web API using WebSocket.",
5
5
  "keywords": [
6
6
  "facebook",