diff --git a/README.md b/README.md index 02507a5d..58988280 100644 --- a/README.md +++ b/README.md @@ -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();