From 10cb1405c50f131d4224c8abbd64c2fb10e3dc28 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Thu, 27 Oct 2022 16:51:51 +0200 Subject: [PATCH] Add missing language to code block (#5210) --- packages/integrations/cloudflare/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integrations/cloudflare/README.md b/packages/integrations/cloudflare/README.md index 12566b97a..381d69fec 100644 --- a/packages/integrations/cloudflare/README.md +++ b/packages/integrations/cloudflare/README.md @@ -72,7 +72,7 @@ It's then possible to update the preview script in your `package.json` to `"prev You can access all the Cloudflare bindings and environment variables from Astro components and API routes through the adapter API. -``` +```js import { getRuntime } from "@astrojs/cloudflare/runtime"; getRuntime(Astro.request);