Skip to content

Commit 0c00d66

Browse files
Improve README formatting and readability
1 parent f4f58af commit 0c00d66

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@
2323

2424
1. Clone this repository
2525
2. Install dependencies and build:
26-
```console
27-
npm install
28-
npm run build
29-
npm test
30-
```
26+
27+
```console
28+
npm install
29+
npm run build
30+
npm test
31+
```
32+
3133
3. Open Chrome and navigate to `chrome://extensions`
3234
4. Enable "Developer Mode" in the top right
3335
5. Click "Load Unpacked" and select this repository folder
@@ -39,11 +41,13 @@
3941
## 🛠️ Development
4042

4143
### Formatting Code
44+
4245
```console
4346
npx prettier . --write
4447
```
4548

4649
### Running Tests
50+
4751
```console
4852
npm test
4953
```

0 commit comments

Comments
 (0)