Skip to content

Commit 9059ce1

Browse files
committed
minor change to readme
1 parent c836b22 commit 9059ce1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424

2525
# Browser Platform Publisher
2626

27-
A GitHub action from [plasmo](https://www.plasmo.com/) to publish your browser extension to every web store/add-ons marketplace. This action and its dependencies are fully open source under the MIT license. The core modules are:
27+
A GitHub action from [plasmo](https://www.plasmo.com/) to publish your browser extension to every web store/add-ons marketplace. This action and its dependencies are fully open-source under the MIT license. The core modules are:
2828

2929
- [Browser Market Submit](https://github.com/PlasmoHQ/bms)
3030
- [Mozilla Webstore Upload](https://www.npmjs.com/package/@plasmo-corp/mwu)
3131
- [Chrome Webstore Upload](https://www.npmjs.com/package/@plasmo-corp/cwu)
3232
- [Edge Webstore Upload](https://www.npmjs.com/package/@plasmo-corp/ewu)
3333

34-
The action is updated regularly and is field-tested in [cex](https://github.com/PlasmoHQ/cex/actions)
34+
The action is updated regularly and tested in [cex](https://github.com/PlasmoHQ/cex/actions)
3535

3636
## Usage
3737

@@ -57,7 +57,7 @@ steps:
5757
keys: ${{ secrets.BPP_KEYS }}
5858
```
5959
60-
**NOTE**: If you skipped the `zip` parameter in your keys, and that your extension artifact is understood by the browser you specified, you can specify an `artifact` action parameter:
60+
**NOTE**: If you skipped the `zip` parameter in your keys, and your extension artifact is understood by the browser you specified, you can specify an `artifact` action parameter:
6161

6262
```yaml
6363
steps:

0 commit comments

Comments
 (0)