Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
remix-run-bot committed Sep 20, 2023
1 parent ec704a4 commit 6b2ae90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/discussion/runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ For example, you might want to store cookies on the file system, or in Cloudflar

```tsx
// store sessions on the file system in node
import { createWorkersKVSessionStorage } from "@remix-run/cloudflare";
import { createFileSessionStorage } from "@remix-run/node";

// store sessions in cloudflare KV storage
import { createWorkersKVSessionStorage } from "@remix-run/cloudflare";
```

But if you're storing a session in the cookie itself, this is supported in all runtimes:
Expand Down

0 comments on commit 6b2ae90

Please sign in to comment.