Skip to content

Commit

Permalink
Corrected typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
klis87 authored Aug 18, 2016
1 parent cb9987d commit 7a2ed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7a2ed1c

Please # to comment.