diff --git a/README.md b/README.md index 841b661..ad9edb1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Please note that Node v12+ is required. ## Example usage ```js -const { Client } = require('wajs'); +const { Client } = require('@dikaardnt/wajs'); const client = new Client(); diff --git a/docs/index.html b/docs/index.html index 1b3bfac..0e4ae29 100644 --- a/docs/index.html +++ b/docs/index.html @@ -55,7 +55,7 @@

Installation

The module is now available on npm! npm i github:DikaArdnt/wajs

Please note that Node v12+ is required.

Example usage

-
const { Client } = require('wajs');
+            
const { Client } = require('@dikaardnt/wajs');
 
 const client = new Client();
 
diff --git a/package.json b/package.json
index bbed6d8..1d120f6 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
 {
-  "name": "wajs",
+  "name": "@dikaardnt/wajs",
   "version": "1.1.0",
   "description": "Library for interacting with the WhatsApp Web API ",
   "main": "./index.js",