diff --git a/docs/journeys/sdk.md b/docs/journeys/sdk.md index db51ec0..8a90095 100644 --- a/docs/journeys/sdk.md +++ b/docs/journeys/sdk.md @@ -9,9 +9,9 @@ The Journey Embed SDK is a chainable JavaScript API for rendering epilot Journey - A **rewritten iframe engine** that replaces the legacy [`__epilot` script](/docs/journeys/embedding) with a faster, cleaner host integration. - The [`` Web Component](/docs/journeys/web-components), a custom HTML element that renders in Shadow DOM. -:::info Beta +:::info Backward compatibility -The SDK is in beta. Test it before rolling out to production. Existing embeds using the [legacy `__epilot` script](/docs/journeys/embedding) continue to work. +Existing embeds using the [legacy `__epilot` script](/docs/journeys/embedding) continue to work, but this SDK is preferred going forward ::: @@ -87,7 +87,7 @@ Before the bundle loads, `onReady(cb)` pushes `cb` onto a queue. When the bundle ### Option 3: npm package -For bundler-based apps (Next.js, Vite, Webpack, etc.), install the SDK from npm. You'll get full TypeScript types and autocomplete: +For bundler-based apps (Next.js, Vite, Webpack, etc.), install [`@epilot/journey-embed-sdk`](https://www.npmjs.com/package/@epilot/journey-embed-sdk) from npm. You'll get full TypeScript types and autocomplete: ```bash npm install @epilot/journey-embed-sdk