Skip to content

Commit

Permalink
Update README.md; fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbaak authored Apr 13, 2017
1 parent 7c11c67 commit db4db6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ madge('path/to/app.js').then((res) => {

#### .depends()

> Returns an `Array` of all modules that depends on a given module.
> Returns an `Array` of all modules that depend on a given module.
```javascript
const madge = require('madge');
Expand Down

0 comments on commit db4db6a

Please sign in to comment.