From 59d270d5a09bfe44033d3613548fb019b4b2407d Mon Sep 17 00:00:00 2001 From: An Phan Date: Thu, 26 Feb 2015 22:38:23 +0800 Subject: [PATCH] Minor format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0ec708..6bad313 100644 --- a/README.md +++ b/README.md @@ -409,7 +409,7 @@ If you don't control versioning with filename-based cache busting, consider lowe ``` ### Turn eTags Off -By removing the ETag header, you disable caches and browsers from being able to validate files, so they are forced to rely on your Cache-Control and Expires header. [Source](http://www.askapache.com/htaccess/apache-speed-etags.html) +By removing the `ETag` header, you disable caches and browsers from being able to validate files, so they are forced to rely on your `Cache-Control` and `Expires` header. [Source](http://www.askapache.com/htaccess/apache-speed-etags.html) ``` apacheconf Header unset ETag