✏️ Update next.js package install snippet (#2196)

This commit is contained in:
Daniel Philip Johnson 2025-06-03 13:51:26 +01:00 committed by GitHub
parent 267b4958d2
commit cf4922ffd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ import { CodeEditor } from "@/components/inputs/CodeEditor";
export const InstallNextjsPackageSnippet = () => {
return (
<CodeEditor
value={`npm install @typebot.io/nextjs`}
value={`npm install @typebot.io/react`}
isReadOnly
lang="shell"
/>