Skip to content

Commit c10ba1c

Browse files
authored
Update README.md
1 parent cd222ff commit c10ba1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This section will guide you through initializing a client and loading commands f
4848
### Client Initialization
4949
We will write the following for a basic bot initialization, in a `index.js` file:
5050
```js
51-
const { ForgeClient } = require("forgescript")
51+
const { ForgeClient } = require("@tryforge/forgescript")
5252

5353
const client = new ForgeClient({
5454
intents: [

0 commit comments

Comments
 (0)