From 29a85428e2bc05def5280deda735066953680916 Mon Sep 17 00:00:00 2001 From: Tomoki Miyauchi Date: Sun, 19 Mar 2023 15:07:04 +0900 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d79040c..b5bcfbc 100644 --- a/README.md +++ b/README.md @@ -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";