Skip to content

Commit b598c3f

Browse files
committed
Update README.md
1 parent 5a54e98 commit b598c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ npm install
4646
3. Build the extension:
4747

4848
```shell
49-
npm run build [--chrome --firefox]
49+
npm run build -- [--chrome --firefox]
5050
```
5151

5252
By default, running `npm run build` will generate the extension files in the `build` directory for both Chrome and Firefox.
@@ -58,7 +58,7 @@ To generate the files for a specific browser, use the appropriate flag:
5858
For example, to build the extension only for Chrome, run:
5959

6060
```shell
61-
npm run build --chrome
61+
npm run build -- --chrome
6262
```
6363

6464

0 commit comments

Comments
 (0)