diff --git a/src/content/docs/d1/get-started.mdx b/src/content/docs/d1/get-started.mdx index 02ff55128d3883..f3bfcca09ec129 100644 --- a/src/content/docs/d1/get-started.mdx +++ b/src/content/docs/d1/get-started.mdx @@ -412,10 +412,6 @@ To deploy your Worker to production using Wrangler, you must first repeat the [d Outputs: https://d1-tutorial..workers.dev ``` - ```sh output - Outputs: https://d1-tutorial..workers.dev - ``` - You can now visit the URL for your newly created project to query your live database. For example, if the URL of your new Worker is `d1-tutorial..workers.dev`, accessing `https://d1-tutorial..workers.dev/api/beverages` sends a request to your Worker that queries your live database directly.