Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed May 30, 2012
1 parent e10d113 commit b87ce6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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

0 comments on commit b87ce6a

Please sign in to comment.