Added link to Browserify, fixed a typo and some minor language updates. (#187)

This commit is contained in:
wbamberg
2017-02-20 16:02:47 -08:00
committed by GitHub
parent 4474a6bd4b
commit 8c947627be

View File

@@ -33,9 +33,9 @@ react/jsx, css modules, image processing, local modules and so on.
The WebExtension in the [addon](addon/) folder should now work.
## What about Browserify?
Browserify works just as well as webpack for extensions, in the end it's a
personal choice about your prefered tool.
[Browserify](http://browserify.org/) works just as well as webpack for extensions. In the end it's a
personal choice about your preferred tool.
## Live-development
Additionally to watching the folder with your `manifest.json` in it, you will also
As well as watching the folder with your `manifest.json` in it, you will also
have to run webpack in watch mode.