From 2b66f6b2734a273accc6731479416e6ff4d3bd5f Mon Sep 17 00:00:00 2001 From: Laptop Date: Tue, 8 Oct 2024 22:08:19 +0300 Subject: [PATCH] less confusing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09c6bb0..797a6e0 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ git pull 2. Remove compressed versions of files: -The webserver is configured to locally cache compressed versions of files. They have `.fiber.gz` extension and can be found in `assets` folder and `node_modules/hls.js/dist`. If any static files have been changed, you should purge these files so the new versions can be served. Static files are also cached in user's browser, so you will need to clean your cache to get the new files (Ctrl + F5) +The webserver is configured to locally cache compressed versions of files. They have `.fiber.gz` extension and can be found in `assets` folder and `node_modules/hls.js/dist`. If any static files have been changed, you should purge these compressed files so the new versions can be served. Static files are also cached in user's browser, so you will need to clean your cache to get the new files (Ctrl + F5) For example, you can clean these files from `assets` folder like so: ```sh