Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lcandy2 committed Jul 19, 2023
1 parent 5a54e98 commit b598c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ npm install
3. Build the extension:

```shell
npm run build [--chrome --firefox]
npm run build -- [--chrome --firefox]
```

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

```shell
npm run build --chrome
npm run build -- --chrome
```


Expand Down

0 comments on commit b598c3f

Please sign in to comment.