Skip to content

Commit 6e00f27

Browse files
authored
Update README.md
1 parent cf53d15 commit 6e00f27

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
@@ -18,7 +18,7 @@ For Maven-based projects, add the following to your POM file (the dependency are
1818
```
1919
If you using Gradle, add this in your `build.gradle`:
2020
```
21-
compile group: 'io.github.eaxdev', name: 'jsonresume-validator', version: '0.0.1'
21+
implementation: 'io.github.eaxdev:jsonresume-validator:0.0.1'
2222
```
2323

2424
And then use it in your code:

0 commit comments

Comments
 (0)