Update README.md

This commit is contained in:
Ajay Ramachandran 2020-02-04 01:45:41 -05:00 committed by GitHub
parent 76d966c1f9
commit 968dd34c3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
<p align="center">
<a href="https://sponsor.ajay.app"><img src="icons/LogoSponsorBlocker256px.png" alt="Logo"></img></a>
<a href="https://sponsor.ajay.app"><img src="public/icons/LogoSponsorBlocker256px.png" alt="Logo"></img></a>
<br/>
<sub>Logo by <a href="https://github.com/munadikieh">@munadikieh</a></sub>
@ -60,7 +60,11 @@ Run `npm run dev` to run the extension using a clean browser profile with hot re
## Packing
Run `npm run build` to generate a packed extension.
Run `npm run build` to generate a packed Chrome extension.
Use `npm run build:firefox` to generate a Firefox extension.
The result is in `dist`.
# Credit