diff --git a/paseri-docs/src/content/docs/guides/getting-started.mdx b/paseri-docs/src/content/docs/guides/getting-started.mdx index 60ec888..b407d73 100644 --- a/paseri-docs/src/content/docs/guides/getting-started.mdx +++ b/paseri-docs/src/content/docs/guides/getting-started.mdx @@ -2,32 +2,32 @@ title: "Getting Started" --- -import {Tabs, TabItem} from '@astrojs/starlight/components'; +import { Tabs, TabItem } from '@astrojs/starlight/components'; ## Installation - + ```shell deno add jsr:@vbudovski/paseri ``` - + ```shell bunx jsr add @vbudovski/paseri ``` - + ```shell pnpm dlx jsr add @vbudovski/paseri ``` - + ```shell yarn dlx jsr add @vbudovski/paseri ``` - + ```shell npx jsr add @vbudovski/paseri ```