Drop unneccessary punctuation
This commit is contained in:
parent
6167da246e
commit
6613340367
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -31,11 +31,11 @@ There are XPI files provided for FireFox users as well.
|
||||||
$ npm run build:production
|
$ npm run build:production
|
||||||
|
|
||||||
* Load the extension
|
* Load the extension
|
||||||
* Visit `chrome://extensions`.
|
* Visit `chrome://extensions`
|
||||||
* Check `Developer mode` (top right hand corner).
|
* Check `Developer mode` (top right hand corner)
|
||||||
* Click `Load unpacked extension`.
|
* Click `Load unpacked extension`
|
||||||
* Choose the `build/production/` directory from the file dialog.
|
* Choose the `build/production/` directory from the file dialog
|
||||||
* Done.
|
* Done
|
||||||
|
|
||||||
**Firefox**
|
**Firefox**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue