diff --git a/docs/src/docs/turbo/turbo-sdk/index.md b/docs/src/docs/turbo/turbo-sdk/index.md index da39d20..934618f 100644 --- a/docs/src/docs/turbo/turbo-sdk/index.md +++ b/docs/src/docs/turbo/turbo-sdk/index.md @@ -93,7 +93,7 @@ The SDK is provided in both CommonJS and ESM formats, and it's compatible with b #### Bundlers (Webpack, Rollup, ESbuild, etc.) ```javascript -import { TurboFactory } from '@ardrive/turbo-sdk'; +import { TurboFactory } from "@ardrive/turbo-sdk"; const turbo = TurboFactory.unauthenticated(); const rates = await turbo.getFiatRates(); @@ -102,10 +102,8 @@ const rates = await turbo.getFiatRates(); #### Browser ```html -