Skip to content

Commit cc62468

Browse files
authored
Update README.md
chore : correcting groovy syntax error
1 parent 92d220f commit cc62468

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
@@ -64,5 +64,5 @@ maven { url 'https://jitpack.io' }
6464

6565
Add the dependence to module (normally app)
6666
``` groovy
67-
implementation 'com.github.Irineu333:Highlight:$highlight_version'
67+
implementation "com.github.Irineu333:Highlight:$highlight_version"
6868
```

0 commit comments

Comments
 (0)