From 403ee25fd7e368baf4753881ade54699e7ab79d2 Mon Sep 17 00:00:00 2001 From: pbohlman Date: Mon, 24 Jun 2024 18:32:52 -0400 Subject: [PATCH] docs: make tutorial `triplit init` more concise --- packages/docs/src/pages/react-tutorial.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/docs/src/pages/react-tutorial.mdx b/packages/docs/src/pages/react-tutorial.mdx index 55dbbe12..2aee16ed 100644 --- a/packages/docs/src/pages/react-tutorial.mdx +++ b/packages/docs/src/pages/react-tutorial.mdx @@ -50,8 +50,7 @@ Before we start building the app, we need to integrate Triplit and its dependenc ```bash copy npm install -D @triplit/cli -npm install @triplit/react -npx triplit init +npx triplit init --framework react ``` This will will create some Triplit-specific files and add the necessary dependencies.