Skip to content

Commit

Permalink
Update builders/ethereum/dev-env/thirdweb.md
Browse files Browse the repository at this point in the history
Co-authored-by: Erin Shaben <[email protected]>
  • Loading branch information
themacexpert and eshaben authored Jul 26, 2024
1 parent f3fca72 commit 731c10e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builders/ethereum/dev-env/thirdweb.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ If you generated your thirdweb app with Vite, you'll have a `client.ts` file tha
```typescript title="client.ts"
import { createThirdwebClient } from 'thirdweb';
// Replace this with your client ID string
// refer to https://portal.thirdweb.com/typescript/v5/client on how to get a client ID
// Replace this with your client ID string.
// Refer to https://portal.thirdweb.com/typescript/v5/client on how to get a client ID
const clientId = import.meta.env.VITE_TEMPLATE_CLIENT_ID;
export const client = createThirdwebClient({
Expand Down

0 comments on commit 731c10e

Please sign in to comment.