Fix code indentation in the readme file.
This commit is contained in:
parent
5f89195247
commit
e847fa6437
20
README.md
20
README.md
@ -19,16 +19,16 @@ Netty is an asynchronous event-driven network application framework for rapid de
|
||||
- Maven Repository:
|
||||
|
||||
```xml
|
||||
<dependencies>
|
||||
...
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty</artifactId>
|
||||
<version>X.Y.Z.Q</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
...
|
||||
</dependencies>
|
||||
<dependencies>
|
||||
...
|
||||
<dependency>
|
||||
<groupId>io.netty</groupId>
|
||||
<artifactId>netty</artifactId>
|
||||
<version>X.Y.Z.Q</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
...
|
||||
</dependencies>
|
||||
```
|
||||
|
||||
## Developer Information
|
||||
|
Loading…
x
Reference in New Issue
Block a user