summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElian ☕️2023-05-24 10:52:11 +0200
committerGitHub2023-05-24 10:52:11 +0200
commit1ee6a2ae21c240cce64e65b4756a3669599fd353 (patch)
tree1749d41a7808c8daa3d5d14e181336d21cb2a08d
parent03727fb69ec96701372fe94af11b2bb185db57ba (diff)
downloadIT.starlight-1ee6a2ae21c240cce64e65b4756a3669599fd353.tar.gz
IT.starlight-1ee6a2ae21c240cce64e65b4756a3669599fd353.tar.bz2
IT.starlight-1ee6a2ae21c240cce64e65b4756a3669599fd353.zip
docs: fix Yarn tab displaying PNPM (#81)
-rw-r--r--docs/src/content/docs/getting-started.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/content/docs/getting-started.mdx b/docs/src/content/docs/getting-started.mdx
index 3da26d59..1a019d3a 100644
--- a/docs/src/content/docs/getting-started.mdx
+++ b/docs/src/content/docs/getting-started.mdx
@@ -34,7 +34,7 @@ pnpm create astro --template withastro/starlight/examples/basics
<TabItem label="Yarn">
```sh
-# create a new project with pnpm
+# create a new project with yarn
yarn create astro --template withastro/starlight/examples/basics
```