diff --git a/src/content/docs/rest/card.mdx b/src/content/docs/rest/card.mdx index 11af558..c91ad62 100644 --- a/src/content/docs/rest/card.mdx +++ b/src/content/docs/rest/card.mdx @@ -25,7 +25,7 @@ import { Tabs, TabItem } from '@astrojs/starlight/components' ```typescript - const card = await tcgdex.card.getCard('swsh3-136'); + const card = await tcgdex.card.get('swsh3-136'); ``` _[See how to setup the Typescript SDK](/sdks/typescript)_