Skip to content

Commit

Permalink
Add missing language to code block (withastro#5210)
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis committed Oct 27, 2022
1 parent 50841bb commit 10cb140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/integrations/cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 10cb140

Please sign in to comment.