Skip to content

Commit 1cc3763

Browse files
Update README.md
1 parent 5f9971a commit 1cc3763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This tool for Java codebases will help you identify what you should refactor fir
88
It scans your Git repository and runs:
99
- PMD's God Class Rule
1010
- PMD's Coupling Between Objects
11-
- Performs cycle analysis based on source code using [JavaParser](https://javaparser.org/) and [JGraphT](https://jgrapht.org/)
11+
- Cycle analysis on your source code using [JavaParser](https://javaparser.org/) and [JGraphT](https://jgrapht.org/)
1212

1313
Cycle analysis is performed based on class field types and method signature types at this time (more to come!).
1414

0 commit comments

Comments
 (0)