From 404753db8949a4fb2aa428b0ee2b648b91e73570 Mon Sep 17 00:00:00 2001 From: Ankur Datta <64993082+ankur-arch@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:44:04 +0200 Subject: [PATCH] patch: update 200-getting-started.mdx (#6240) --- content/700-optimize/200-getting-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/700-optimize/200-getting-started.mdx b/content/700-optimize/200-getting-started.mdx index dbb83d0b18..b9414ce7e0 100644 --- a/content/700-optimize/200-getting-started.mdx +++ b/content/700-optimize/200-getting-started.mdx @@ -23,7 +23,7 @@ Prisma Optimize is intended for use in local environments. Learn more in the [FA ## 1. Launch Optimize 1. Log in to your [Prisma Data Platform account](https://console.prisma.io/optimize?utm_source=docs&utm_medium=optimize-page). -2. Follow the instructions to access and launch Prisma Optimize. +2. Follow the instructions to access and launch Prisma Optimize. ## 2. Add Optimize to your application @@ -54,7 +54,7 @@ npm install @prisma/client@latest @prisma/extension-optimize ### 2.3. Add the Optimize API Key to your `.env` file -Generate a Prisma Optimize API key and add it to your `.env` file: +Generate a Prisma Optimize API key and add it to your `.env` file: ```bash OPTIMIZE_API_KEY="YOUR_OPTIMIZE_API_KEY"