diff --git a/docs/react.md b/docs/react.md index e6f72b5e..d107c311 100644 --- a/docs/react.md +++ b/docs/react.md @@ -8,6 +8,8 @@ The Partytown NPM package already comes with a React component, which is a thin ```bash npm install @builder.io/partytown +yarn add @builder.io/partytown +pnpm install @builder.io/partytown ``` ## Configure diff --git a/docs/remix.md b/docs/remix.md index a96be77f..f71b2784 100644 --- a/docs/remix.md +++ b/docs/remix.md @@ -8,6 +8,8 @@ The Remix setup is largely the same as the [React integration guide](/react), ex ```bash npm install @builder.io/partytown +yarn add @builder.io/partytown +pnpm install @builder.io/partytown ``` ## Configure diff --git a/docs/shopify-hydrogen.md b/docs/shopify-hydrogen.md index 71c9add9..3cac76c5 100644 --- a/docs/shopify-hydrogen.md +++ b/docs/shopify-hydrogen.md @@ -8,6 +8,8 @@ The [Shopify Hydrogen](https://hydrogen.shopify.dev/) setup is largely the same ```bash npm install @builder.io/partytown +yarn add @builder.io/partytown +pnpm install @builder.io/partytown ``` ## Configure diff --git a/docs/solid.md b/docs/solid.md index ab7ba736..007cb895 100644 --- a/docs/solid.md +++ b/docs/solid.md @@ -4,7 +4,13 @@ title: Solid To setup Partytown in an Solid project take the following steps. -## Installation +## Install + +```bash +npm install @builder.io/partytown +yarn add @builder.io/partytown +pnpm install @builder.io/partytown +``` Use your favorite package manager to install `@builder.io/partytown` dependency and copy the Partytown files to the local filesystem using the Vite plugin.