Skip to content

Commit

Permalink
refactor: Update import paths in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsdls committed Jan 17, 2024
1 parent 1c72efa commit 2f3fbd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/thirdweb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ npm install thirdweb@alpha
### Backend (Node, Bun, Deno, etc)

```ts
import { createClient } from "./src";
import { privateKeyWallet } from "./src/wallets/private-key";
import { createClient } from "thirdweb";
import { privateKeyWallet } from "thirdweb/wallets/private-key";

// Step 1: create a client
const client = createClient({
Expand Down

0 comments on commit 2f3fbd6

Please sign in to comment.