From 125c06ec22d49171b7290c970ec0d9f399993590 Mon Sep 17 00:00:00 2001 From: Alex Ruheni <33921841+ruheni@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:53:23 +0000 Subject: [PATCH] Apply suggestions from code review --- content/200-concepts/100-components/drivers.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/200-concepts/100-components/drivers.mdx b/content/200-concepts/100-components/drivers.mdx index 7a0a290f49..244055d004 100644 --- a/content/200-concepts/100-components/drivers.mdx +++ b/content/200-concepts/100-components/drivers.mdx @@ -51,7 +51,7 @@ By default, JavaScript database drivers use TCP connections. Several database pr #### Neon Serverless Driver -Install the Prisma adapter for Neon, Neon serverless driver and `ws` packages: +Install the Prisma driver adapter for Neon, Neon serverless driver and `ws` packages: ```sh npm install @prisma/adapter-neon @neondatabase/serverless ws @@ -79,7 +79,7 @@ We would appreciate your feedback on the Neon serverless driver adapter. Let us #### PlanetScale Serverless Driver -Install the Prisma adapter for PlanetScale, PlanetScale serverless driver and undici packages: +Install the Prisma driver adapter for PlanetScale, PlanetScale serverless driver and undici packages: ```sh npm install @prisma/adapter-planetscale @planetscale/database undici @@ -110,7 +110,7 @@ We would appreciate your feedback on the PlanetScale serverless driver adapter. #### Turso (Early Access) -Install the Prisma adapter for LibSQL and LibSQL packages: +Install the Prisma driver adapter for LibSQL and LibSQL packages: ```sh npm install @prisma/adapter-libsql @libsql/client