Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pyotrk authored May 25, 2026
1 parent 79e4416 commit 902da99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ All types support `merge`, `clone`, `deinit`, and JSON serialization/deserializa
| `GET /<key>` (WebSocket upgrade) | 101 | Real-time sync via WebSocket |
| `OPTIONS /<key>` | 204 | CORS preflight |

CORS (`access-control-allow-origin: *`) on all responses. WebSocket subscribers receive CRDT updates via `SubChannel`'s queue.
CORS (`access-control-allow-origin: *`) on all responses. WebSocket subscribers receive CRDT updates on merge.

CLI flags:
| Flag | Default | Description |
Expand Down

0 comments on commit 902da99

Please sign in to comment.