Skip to content

Commit 8a0da5e

Browse files
committed
[TOOL-3276] SDK: Fix JSDoc comments of download function
1 parent ca75681 commit 8a0da5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/thirdweb/src/storage/download.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export type DownloadOptions = Prettify<
2525
* Download a file from IPFS:
2626
* ```ts
2727
* import { download } from "thirdweb/storage";
28-
* import { createThirdwebClient } from "@thirdweb-dev/sdk";
28+
* import { createThirdwebClient } from "thirdweb";
2929
*
3030
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
3131
*
@@ -38,7 +38,7 @@ export type DownloadOptions = Prettify<
3838
* Download a file from Arweave:
3939
* ```ts
4040
* import { download } from "thirdweb/storage";
41-
* import { createThirdwebClient } from "@thirdweb-dev/sdk";
41+
* import { createThirdwebClient } from "thirdweb";
4242
*
4343
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
4444
*
@@ -51,7 +51,7 @@ export type DownloadOptions = Prettify<
5151
* Download a file from HTTP:
5252
* ```ts
5353
* import { download } from "thirdweb/storage";
54-
* import { createThirdwebClient } from "@thirdweb-dev/sdk";
54+
* import { createThirdwebClient } from "thirdweb";
5555
*
5656
* const client = createThirdwebClient({ clientId: "YOUR_CLIENT_ID" });
5757
*

0 commit comments

Comments
 (0)