From d6daaf83b1779ae7e1f34daa617fea85e627448c Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Wed, 10 Mar 2021 16:56:36 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 733ba5f..bcdca59 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ filesystem will provide the server with a hashname of `/scripts/main-b633a..d628.js`. Note the hash is truncated for brevity. When this file path is requested by the client, the server can verify the hash and return the contents with an aggressive `Cache-Control` header. The client will -cache this file for up to a year and does not need to re-reqeust it in the +cache this file for up to a year and does not need to re-request it in the future. Note that this library requires Go 1.16 or higher.