From ae461f47d3b2953c062e9eed86e07ea26db87e1a Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 14 May 2025 17:31:49 -0400 Subject: [PATCH] Update README.md --- platform/mv3/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/mv3/README.md b/platform/mv3/README.md index 4c4209f4d..fd1efa220 100644 --- a/platform/mv3/README.md +++ b/platform/mv3/README.md @@ -13,9 +13,9 @@ The following assumes a linux environment. Upon completion of the script, the resulting extension package will become present in: - Chromium: `dist/build/uBOLite.chromium` -- Edge: `dist/build/uBOLite.edge` -- Firefox: `dist/build/uBOLite.firefox` -- Safari: `dist/build/uBOLite.safari` +- Edge: `dist/build/uBOLite.edge` +- Firefox: `dist/build/uBOLite.firefox` +- Safari: `dist/build/uBOLite.safari` The folder `dist/build/mv3-data` will cache data fetched from remote servers, so as to avoid fetching repeatedly from remote servers with repeated build commands. Use `make cleanassets` to remove all locally cached filter lists if you want to build with latest versions of filter lists.