Skip to content

Commit 164de0a

Browse files
committed
update language syntax setting
1 parent f7f28c2 commit 164de0a

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
@@ -8,7 +8,7 @@ Include 'org.agile:sparkle-netty:{version}' in your pom or gradle.
88

99
For Maven pom:
1010

11-
```
11+
```xml
1212
<dependency>
1313
<groupId>org.agilej</groupId>
1414
<artifactId>sparkle-netty</artifactId>
@@ -18,8 +18,8 @@ For Maven pom:
1818

1919
For gradle:
2020

21-
```
21+
```groovy
2222
dependencies {
2323
compile "org.agilej:sparkle-netty:1.0-SNAPSHOT"
2424
}
25-
```
25+
```

0 commit comments

Comments
 (0)