From 7a2ed1ce8e5b5fc29202623efba4d7aeebfa1b8e Mon Sep 17 00:00:00 2001 From: klis87 Date: Thu, 18 Aug 2016 17:39:28 +0200 Subject: [PATCH] Corrected typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c51c040..5e2ab4a 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ $ python manage.py collectstatic Please note that only files with hashed name will be uploaded by default - this behavior can be changed by adding `--upload-unhashed-files` argument to `collectstatic` command. If you are not sure why it is useful to add hash to file -names, shortly speaking, it allowes static files to be safely cached by Cloudinary CDN and web browsers. Without it +names, shortly speaking, it allows static files to be safely cached by Cloudinary CDN and web browsers. Without it files' modification would become very problematic, because your website's users would use their private older copies. Hashing prevents this issue as any file change will change its url as well, which would force a browser to download a new version of a file.