Skip to content

Commit

Permalink
raaa
Browse files Browse the repository at this point in the history
  • Loading branch information
AnyBananaGAME committed Oct 13, 2024
1 parent 82015c4 commit 88fabb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/readline.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This example demonstrates how to use the readline module to send messages to the

```ts
import { Vector3f } from "@serenityjs/protocol";
import { Client, Logger } from "../src";
import { Client, Logger } from "@sanctumterra/client";
import { createInterface } from "node:readline";

// Create a new client instance
Expand Down
2 changes: 1 addition & 1 deletion examples/skinStealer.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install @sanctumterra/client

```ts
import Jimp from "jimp";
import { Client } from "../src";
import { Client, Logger } from "@sanctumterra/client";
import fs from "node:fs";

const client = new Client({
Expand Down

0 comments on commit 88fabb3

Please sign in to comment.