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.
2 parents ef6dfce + 29a8542 commit 62b4686Copy full SHA for 62b4686
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