Skip to content

Commit

Permalink
Merge pull request #300 from cameronsteele/patch-1
Browse files Browse the repository at this point in the history
minor typo in README.md
  • Loading branch information
pahen authored Nov 8, 2021
2 parents bf3bc92 + edc27c8 commit 715f1a0
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 @@ -22,7 +22,7 @@
</p>


**Madge** is a developer tool for generating a visual graph of your module dependencies, finding circular dependencies, and give you other useful info. Joel Kemp's awesome [dependency-tree](https://github.com/mrjoelkemp/node-dependency-tree) is used for extracting the dependency tree.
**Madge** is a developer tool for generating a visual graph of your module dependencies, finding circular dependencies, and giving you other useful info. Joel Kemp's awesome [dependency-tree](https://github.com/mrjoelkemp/node-dependency-tree) is used for extracting the dependency tree.


* Works for JavaScript (AMD, CommonJS, and ES6 modules)
Expand Down Expand Up @@ -117,7 +117,7 @@ madge('path/to/app.js').then((res) => {

#### .circular()

> Returns an `Array` of all modules that has circular dependencies.
> Returns an `Array` of all modules that have circular dependencies.
```javascript
const madge = require('madge');
Expand Down

0 comments on commit 715f1a0

Please sign in to comment.