From 213295edf7346f257b5d3c165148d75dbab73df5 Mon Sep 17 00:00:00 2001 From: Rafe Kemmis Date: Thu, 15 Jan 2015 08:50:37 -0500 Subject: [PATCH] updated readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e75356..7b35501 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ are disabled - when debug is enabled or BundleTable.EnableOptimizations is false ## Elevator Speech -This transform prevents browsers from loading old cached versions of your code when you are running in debug mode. +This transform prevents browsers from loading old cached versions of your +code when you are running in debug mode, by adding a hash of the file content +to the end of the file path: ```