From 0844299a1f77c5527db5b9fcd493a17001606b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Sm=C3=B3=C5=82ka?= Date: Mon, 12 Sep 2016 09:27:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0e5cf0..0ea4d2a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A small package to allow using resume during transfering data over MVC application in ASP.NET Core. -It allows provide `Etag` header as well as `Last-Modified` one. It also supports following precondition headers: `If-Match`, `If-None-Match`, `If-Modified-Since`, `If-Unmodified-Since`, `If-Range`. +It allows provide `ETag` header as well as `Last-Modified` one. It also supports following precondition headers: `If-Match`, `If-None-Match`, `If-Modified-Since`, `If-Unmodified-Since`, `If-Range`. ## Installing