mirror of
https://github.com/stoatchat/javascript-client-sdk.git
synced 2026-07-18 16:34:27 -04:00
fix: use correct package name
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user