Skip to content

Commit

Permalink
Update packages/integrations/cloudflare/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Niebuhr <alexander@nbhr.io>
  • Loading branch information
ematipico and alexanderniebuhr committed Aug 23, 2023
1 parent 1d756e1 commit b848783
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 @@ -78,7 +78,7 @@ You can access all the Cloudflare bindings and environment variables from Astro
If you're inside an `.astro` file, you access the runtime using the `Astro.locals` global:

```astro
const env = Astro.locals.runtime.env;
const runtime = Astro.locals.runtime;
```

From an endpoint:
Expand Down

0 comments on commit b848783

Please sign in to comment.