Skip to content

Commit 5c7e573

Browse files
committed
Merge pull request #17 from SethTisue/readme-fix-revisited
readme fix
2 parents e650c82 + 964e4e5 commit 5c7e573

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ refactoring efforts, including carving a monolithic codebase into
88
independent subprojects.
99

1010
The plugin analyzes source code, not generated bytecode. The analysis
11-
code is the same code used by the incremental compiler in sbt and zinc
12-
([reference](https://github.com/gkossakowski/sbt/wiki/Incremental-compiler-notes#dependency-extraction)).
11+
code is based on code from the incremental compiler in sbt and zinc.
1312
Therefore, the plugin should be an accurate source of information for
1413
developers looking to reduce dependencies in order to reduce their
1514
incremental recompile times.

0 commit comments

Comments
 (0)