Skip to content

Commit

Permalink
Update CJS import alias in README
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Nov 20, 2024
1 parent 7739e97 commit 91a29bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import Client from "@great-detail/whatsapp";
**CJS Import**:

```ts
const CloudAPI = require("@great-detail/whatsapp").default;
const Client = require("@great-detail/whatsapp").default;
```

**Usage**:
Expand Down

0 comments on commit 91a29bf

Please sign in to comment.