Skip to content

Commit

Permalink
fix README about syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
wkgcass committed May 9, 2023
1 parent 5fa3b61 commit 0f98b40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,14 @@ Current available ui tools:

**gradle**

```
```groovy
implementation group: 'io.vproxy', name: 'vproxy-adaptor-netty', version: '1.0.0-BETA-12'
// all available artifacts: dep, base, adaptor-netty, adaptor-vertx
```

**maven**

```
```xml
<dependency>
<groupId>io.vproxy</groupId>
<artifactId>vproxy-adaptor-netty</artifactId>
Expand All @@ -222,7 +222,7 @@ implementation group: 'io.vproxy', name: 'vproxy-adaptor-netty', version: '1.0.0

**module-info.java**

```
```java
requires io.vproxy.dep;
requires io.vproxy.base;
requires io.vproxy.adaptor.netty;
Expand Down
6 changes: 3 additions & 3 deletions README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,14 @@ java -cp ./ui/build/libs/vproxy-ui.jar $mainClassName

**gradle**

```
```groovy
implementation group: 'io.vproxy', name: 'vproxy-adaptor-netty', version: '1.0.0-BETA-12'
// 可用的artifact有:dep, base, adaptor-netty, adaptor-vertx
```

**maven**

```
```xml
<dependency>
<groupId>io.vproxy</groupId>
<artifactId>adaptor-netty</artifactId>
Expand All @@ -220,7 +220,7 @@ implementation group: 'io.vproxy', name: 'vproxy-adaptor-netty', version: '1.0.0

**module-info.java**

```
```java
requires io.vproxy.dep;
requires io.vproxy.base;
requires io.vproxy.adaptor.netty;
Expand Down

0 comments on commit 0f98b40

Please sign in to comment.