Skip to content

Commit

Permalink
Merge pull request pahen#119 from danielbaak/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
pahen authored Apr 13, 2017
2 parents 7c11c67 + db4db6a commit fe14814
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 fe14814

Please sign in to comment.