From e5b46ce4450f2af540b45142e448ffb70c240297 Mon Sep 17 00:00:00 2001 From: Vitaly Budovski Date: Sun, 22 Dec 2024 16:55:34 +1100 Subject: [PATCH] doc: Add icons to package manager tabs --- .../src/content/docs/guides/getting-started.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ```