From b87ce6a3cf558e5dc8fec5bea1a52a7509a8d20f Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Wed, 30 May 2012 13:31:17 -0700 Subject: [PATCH] Update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ebf6e459fc..4e9e5ed0ed 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#The Netty Project +# The Netty Project Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. @@ -35,9 +35,9 @@ Netty is an asynchronous event-driven network application framework for rapid de - Netty is setup to build using [Maven](http://maven.apache.org/) -- You need JDK 7 to __build__ Netty. Netty will run with JDK 5 (v3.x) and JDK 6 (v4). +- You need JDK 7 to __build__ Netty. Netty will run with JDK 5 (3.x) and JDK 6 (4). -- __master__ branch contains code for Netty v4 +- __master__ branch contains code for Netty 4.x -- __3.2__ branch contains code for Netty v3.X +- __3__ branch contains code for Netty 3.x