Fix SharedArrayBuffer name in README

This commit is contained in:
2026-03-20 13:36:38 +00:00
parent efdae93d90
commit 58e2cf3e1f

View File

@@ -29,7 +29,7 @@ and use the system from there.
However, since everything is bootstrapped on the client, basically any
HTTP server will do as long as it sets the appropriate response
headers for `SharedMemoryBuffer` use:
headers for `SharedArrayBuffer` use:
- `Cross-Origin-Opener-Policy: same-origin`
- `Cross-Origin-Embedder-Policy: require-corp`