X Tutup
Skip to content

Commit 5fe7e58

Browse files
authored
Update README.md
1 parent 785c368 commit 5fe7e58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ This is a valid piece of source code:
109109
Just add the code below to your maven dependencies:
110110
```
111111
<dependency>
112-
<groupId>com.github.wumpz</groupId>
113-
<artifactId>diffutils</artifactId>
114-
   <version>3.0</version>
112+
<groupId>io.github.java-diff-utils</groupId>
113+
<artifactId>java-diff-utils</artifactId>
114+
   <version>4.0</version>
115115
</dependency>
116116
```
117117

0 commit comments

Comments
 (0)
X Tutup