From 0c8f48e7f3fc30fbd488bdae0701227a385e6ddd Mon Sep 17 00:00:00 2001 From: Taesu <166604494+bytaesu@users.noreply.github.com> Date: Thu, 12 Mar 2026 21:42:56 +0900 Subject: [PATCH] docs(convex): drop pinned better-auth version in install command (#8563) --- docs/content/docs/integrations/convex.mdx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content/docs/integrations/convex.mdx b/docs/content/docs/integrations/convex.mdx index 3e49f1edb7..ff9ae4b6b3 100644 --- a/docs/content/docs/integrations/convex.mdx +++ b/docs/content/docs/integrations/convex.mdx @@ -33,11 +33,10 @@ npx convex dev ## Install packages -Install a pinned version of Better Auth and the Convex component for Better Auth, and make sure you are using the latest version of Convex. +Install Better Auth and the Convex component for Better Auth, and make sure you are using the latest version of Convex. ```package-install -npm install better-auth@1.4.9 --save-exact -npm install @convex-dev/better-auth +npm install better-auth @convex-dev/better-auth ```