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
|
||||
|
||||
* Load the extension
|
||||
* Visit `chrome://extensions`.
|
||||
* Check `Developer mode` (top right hand corner).
|
||||
* Click `Load unpacked extension`.
|
||||
* Choose the `build/production/` directory from the file dialog.
|
||||
* Done.
|
||||
* Visit `chrome://extensions`
|
||||
* Check `Developer mode` (top right hand corner)
|
||||
* Click `Load unpacked extension`
|
||||
* Choose the `build/production/` directory from the file dialog
|
||||
* Done
|
||||
|
||||
**Firefox**
|
||||
|
||||
|
|
Loading…
Reference in a new issue