Update README.md - Fix spelling

Somehow "preferred" was misspelled three whole times
This commit is contained in:
Jones
2025-05-30 18:45:26 +09:30
committed by GitHub
parent 1206fb655d
commit a855fbe9ec
+3 -3
View File
@@ -83,7 +83,7 @@ npm install --legacy-peer-deps # Only NPM supported
2. Run the dev script (it updates as you save files) 2. Run the dev script (it updates as you save files)
``` ```
npm run dev # or use your perferred package manager npm run dev # or use your preferred package manager
``` ```
### Building for production ### Building for production
@@ -91,13 +91,13 @@ npm run dev # or use your perferred package manager
2. Run the build script 2. Run the build script
``` ```
npm run build # or use your perferred package manager npm run build # or use your preferred package manager
``` ```
2.1. Package it up (optional) 2.1. Package it up (optional)
``` ```
npm run zip # This REQUIRES 7-Zip to be installed in order to work. You can also use your perferred package manager npm run zip # This REQUIRES 7-Zip to be installed in order to work. You can also use your preferred package manager
``` ```
3. Load the extension into chrome 3. Load the extension into chrome