Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For a definition of Universal HTTP middleware, see the
Middleware convert message body and adds the `Content-Encoding` header to the
response.

Also, safely add `Accept-Encoding` to the `vary` header in response.
Also, safely add `Accept-Encoding` to the `Vary` header in response.

```ts
import { compression } from "https://deno.land/x/compression_middleware@$VERSION/mod.ts";
Expand Down