Skip to content

Commit

Permalink
Updates README
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephDuffy committed May 31, 2018
1 parent d41a40d commit 11655e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Yarn Ball is a browser extension that replaces [`npm`](https://www.npmjs.com/) c

## Installation

Yarn Ball is via the [Chrome Web Store](https://chrome.google.com/webstore/detail/yarn-ball/hnoheojfnfoadajfnopmabmpcgmlkmlg), and [AMO](https://addons.mozilla.org/firefox/addon/yarn-ball). In the future it may be submitted to the Safari Extensions Gallery.
Yarn Ball is available via the [Chrome Web Store](https://chrome.google.com/webstore/detail/yarn-ball/hnoheojfnfoadajfnopmabmpcgmlkmlg) and [AMO](https://addons.mozilla.org/firefox/addon/yarn-ball). In the future it may be submitted to the Safari Extensions Gallery.

## Development

Expand All @@ -21,7 +21,7 @@ This utilises webpack to compile the TypeScript, generate the approriate `manife

### Firefox

[`web-ext`](https://developer.mozilla.org/Add-ons/WebExtensions/Getting_started_with_web-ext) is recommended when developing on Firefox. This tool will load Yarn Ball in to Firefox and reload it when changes are detected by running `web-ext run` inside the `build/WebExtension` directory.
[`web-ext`](https://developer.mozilla.org/Add-ons/WebExtensions/Getting_started_with_web-ext) is recommended when developing on Firefox. This tool will load Yarn Ball in to Firefox and reload it when changes are detected. This can be achieved by running `web-ext run` inside the `build/WebExtension` directory.

Alternatively follow [Mozilla's guide to installing add-ons](https://developer.mozilla.org/Add-ons/WebExtensions/Temporary_Installation_in_Firefox).

Expand Down

0 comments on commit 11655e2

Please sign in to comment.