Skip to content

Commit

Permalink
Fix node dependency name
Browse files Browse the repository at this point in the history
  • Loading branch information
amatiasq authored and Joel Kemp committed Jun 20, 2014
1 parent 7e30680 commit f7d4430
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ file you want to jump to. **This should be automated.**

### Prerequisite

You need to have Node.js installed and [node-dependents](https://github.com/mrjoelkemp/node-dependents).
You need to have Node.js installed and the node tool [dependents](https://github.com/mrjoelkemp/node-dependents).

`npm install node-dependents`
`npm install dependents`

### Installation

Expand All @@ -32,7 +32,7 @@ Finally, add the key binding definition below and you're all set!
#### Key binding

You need to supply the plugin with a `root` which dictates where to look for dependents.
This value is then sent to [node-dependents](https://github.com/mrjoelkemp/node-dependents).
This value is then sent to [dependents](https://github.com/mrjoelkemp/dependents).

Add the following to your User defined keyboard bindings: `Preferences` -> `Key Bindings - User`

Expand All @@ -53,5 +53,6 @@ Use the `keys` value above, `cmd + option + up`, to trigger finding the dependen

* If dependents are found, you'll see them in a quick panel (i.e., dropdown).
* You can select any of the items in the panel to jump to that file
* If there's only one dependent, you'll be taken to that dependent file directly.
* If no dependents are found a popup will be shown

0 comments on commit f7d4430

Please sign in to comment.