Skip to content

Commit

Permalink
Update package name and import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
DikaArdnt committed Mar 21, 2024
1 parent 1c9df3c commit b93232f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h2>Installation</h2>
<p>The module is now available on npm! <code>npm i github:DikaArdnt/wajs</code></p>
<p>Please note that Node v12+ is required.</p>
<h2>Example usage</h2>
<pre class="prettyprint source lang-js"><code>const { Client } = require('wajs');
<pre class="prettyprint source lang-js"><code>const { Client } = require('@dikaardnt/wajs');

const client = new Client();

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b93232f

Please sign in to comment.