From 37a13cba07d9395890fc8737e86e57f0a80342c9 Mon Sep 17 00:00:00 2001 From: Jones Date: Fri, 30 May 2025 19:47:31 +0930 Subject: [PATCH 1/2] Update README.md - Fix numbering for instructions --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d6e82240..6bc41bc7 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Don't worry- if you get stuck feel free to ask around in the [discord](https://d git clone https://github.com/BetterSEQTA/BetterSEQTA-Plus ``` -1. Install dependencies +2. Install dependencies You may install the dependencies like below: @@ -80,27 +80,27 @@ npm install --legacy-peer-deps # Only NPM supported ### Running Development -2. Run the dev script (it updates as you save files) +3. 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 -2. Run the build script +4. 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) +    4.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 +5. Load the extension into chrome - Go to `chrome://extensions` - Enable developer mode From 6e43be2a188e4fde8645e8bf099c72a09b98659b Mon Sep 17 00:00:00 2001 From: Jones Date: Fri, 30 May 2025 19:49:17 +0930 Subject: [PATCH 2/2] Update README.md - Fix numbering for instructions --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6bc41bc7..c9beef49 100644 --- a/README.md +++ b/README.md @@ -58,13 +58,13 @@ Don't worry- if you get stuck feel free to ask around in the [discord](https://d ## Getting started -1. Clone the repository +**1. Clone the repository** ``` git clone https://github.com/BetterSEQTA/BetterSEQTA-Plus ``` -2. Install dependencies +**2. Install dependencies** You may install the dependencies like below: @@ -80,7 +80,7 @@ npm install --legacy-peer-deps # Only NPM supported ### Running Development -3. Run the dev script (it updates as you save files) +**3. Run the dev script (it updates as you save files)** ``` npm run dev # or use your preferred package manager @@ -88,7 +88,7 @@ npm run dev # or use your preferred package manager ### Building for production -4. Run the build script +**4. Run the build script** ``` npm run build # or use your preferred package manager @@ -100,7 +100,7 @@ npm run build # or use your preferred package manager npm run zip # This REQUIRES 7-Zip to be installed in order to work. You can also use your preferred package manager ``` -5. Load the extension into chrome +**5. Load the extension into chrome** - Go to `chrome://extensions` - Enable developer mode