Fix code indentation in the readme file.

This commit is contained in:
Artur Dryomov 2013-02-09 13:27:26 +03:00 committed by Trustin Lee
parent 5f89195247
commit e847fa6437

View File

@ -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