From f5a5b314b44f538b133871e1c8cd4e48fba1cf84 Mon Sep 17 00:00:00 2001 From: MrOtherGuy <31620503+MrOtherGuy@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:10:15 +0300 Subject: [PATCH] Update README.md - fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 386e60e5..a34dd147 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Assumes that you have a git client installed, and that you do not already have a * (**NOTE**: if you already have "chrome" folder, then rename it before cloning. After clone is complete, just copy the *contents* of the old folder into the new chrome folder) 0. (Optional) Make a copy of `userChrome_example.css` and rename the copy to `userChrome.css` 0. `@import` individual style files into your userChrome.css - * Notice tha any `@import`s must be placed before anything else in whatever file you are using them + * Notice that any `@import`s must be placed before anything else in whatever file you are using them * Check userChrome_example.css for how it uses `@import` 0. If Firefox is running, restart Firefox so that the changes take effect