From c11acd2e568de907f40b16b631d27c1455cbfd3b Mon Sep 17 00:00:00 2001 From: datguypiko <61329159+datguypiko@users.noreply.github.com> Date: Sat, 18 May 2024 21:23:22 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b9f70cd..abb7824 100644 --- a/README.md +++ b/README.md @@ -119,13 +119,13 @@ > ##### 3. You can find your profile folder by writing `about:support` in URL bar and using `Open folder` in `Profile folder` section. > ##### 4. Put `userChrome.css`, `userContent.css`, `ASSETS` in chrome folder (create `chrome` folder inside your main profile folder if it doesnt exist). > ##### 5. Put any selected extra `.css` modification files (not folders) from `EXTRA MODS` to inside of your `chrome` folder. -> ##### 6. File Structure: +> ##### 6. File Structure (required files/folders marked with *): > -> :open_file_folder: `...` `/` `your profile` `/` `chrome` `/` `userChrome.css` +> :open_file_folder: `...` `/` `your profile` `/` `chrome` `/` `userChrome.css *` > -> :open_file_folder: `...` `/` `your profile` `/` `chrome` `/` `userContent.css` +> :open_file_folder: `...` `/` `your profile` `/` `chrome` `/` `userContent.css *` > -> :open_file_folder: `...` `/` `your profile` `/` `chrome` `/` `ASSETS` `/` +> :open_file_folder: `...` `/` `your profile` `/` `chrome` `/` `ASSETS *` `/` > > :open_file_folder: `...` `/` `your profile` `/` `chrome` `/` `[extra modification file].css`