Skip to content

Commit

Permalink
chore(docs): Updates chrome://extentions url.
Browse files Browse the repository at this point in the history
Removes the redundant /chrome/ section and the redundant trailing slash.
  • Loading branch information
Joshua Appelman authored and SomeKittens committed Sep 4, 2015
1 parent 282ffac commit 539c095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This document describes how to contribute to Batarang
1. Clone the repository: `git clone git://github.com/angular/angularjs-batarang`
2. Install the npm dependencies `npm install`
3. Build the inject script: `npm run build`
4. Navigate to `chrome://chrome/extensions/` and enable Developer Mode.
4. Navigate to `chrome://extensions` and enable Developer Mode.
5. Choose "Load unpacked extension"
6. In the dialog, open the directory you just cloned.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ https://chrome.google.com/webstore/detail/ighdmehidhipcmcojjgiloacoafjmpfk
## Installing Previous Versions

1. Download and extract one of the files from the [Batarang releases page on GitHub](https://github.com/angular/batarang/releases)
1. Navigate to `chrome://chrome/extensions/` in Chrome
1. Navigate to `chrome://extensions` in Chrome
1. If you've installed Batarang from the web store, disable or remove that version
1. On the top right, check the checkbox for "Developer mode"
1. Click "Load unpacked extension..."
Expand Down

0 comments on commit 539c095

Please sign in to comment.