fix: use correct package name

This commit is contained in:
Paul Makles
2022-03-30 16:02:17 +01:00
committed by GitHub
parent ddcc1112a0
commit 064a0218f9
+2 -2
View File
@@ -7,7 +7,7 @@
## Example Usage (Javascript / ES6)
```javascript
import { Client } from "revolt-api";
import { Client } from "revolt.js";
let client = new Client();
@@ -31,7 +31,7 @@ For example, `node --experimental-specifier-resolution=node index.js`.
## Example Usage (Typescript)
```typescript
import { Client } from "revolt-api";
import { Client } from "revolt.js";
let client = new Client();