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 ```