File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/thirdweb/src/storage Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments