From 18d73b3380e6c205afad108fecc117985d6f9196 Mon Sep 17 00:00:00 2001 From: Sutu Sebastian Date: Mon, 20 Jul 2026 23:49:05 +0300 Subject: [PATCH] docs: use package-install tabs on getting started Match Install/adapters and Blume MDX so the React quickstart shows npm/pnpm/yarn/bun tabs instead of a bun-only fence. --- apps/docs/content/guides/getting-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/content/guides/getting-started.mdx b/apps/docs/content/guides/getting-started.mdx index 17c719b..8e8f5bf 100644 --- a/apps/docs/content/guides/getting-started.mdx +++ b/apps/docs/content/guides/getting-started.mdx @@ -9,8 +9,8 @@ Stop threading `isOpen` through props — declare the contract once, mount an ou ## Install -```bash -bun add @stainless-code/react-layers +```package-install +npm i @stainless-code/react-layers ``` The core (`@stainless-code/layers`) is pulled in automatically and re-exported from the adapter.