We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55399bd commit 29a8542Copy full SHA for 29a8542
README.md
@@ -29,7 +29,7 @@ For a definition of Universal HTTP middleware, see the
29
Middleware convert message body and adds the `Content-Encoding` header to the
30
response.
31
32
-Also, safely add `Accept-Encoding` to the `vary` header in response.
+Also, safely add `Accept-Encoding` to the `Vary` header in response.
33
34
```ts
35
import { compression } from "https://deno.land/x/compression_middleware@$VERSION/mod.ts";
0 commit comments