Skip to content

Commit

Permalink
Merge branch 'master' of github.com:purplefox/vert.x
Browse files Browse the repository at this point in the history
  • Loading branch information
purplefox committed Apr 18, 2012
2 parents 996573a + a6f56e6 commit 807787e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -11,7 +11,7 @@ Some of the key highlights include:
several programming languages in a single application. (Scala and Clojure support is scheduled too).

* No more worrying about concurrency. Vert.x allows you to write all your code as single threaded,
freeing you from the hassle of multi-threaded programming, yet scales seamlessly over available cores.
freeing you from the hassle of multi-threaded programming, yet unlike other asynchronous framework it scales seamlessly over available cores without you having to fork.

* Vert.x has a super simple, asynchronous programming model for writing truly scalable non-blocking applications.

Expand All @@ -22,4 +22,4 @@ freeing you from the hassle of multi-threaded programming, yet scales seamlessly
*If you don't want the whole vert.x platform, vert.x can also be used embedded directly in your Java or
Groovy applications*

**Please see the [website](http://vertx.io/) for full documentation and information on vert.x**
**Please see the [website](http://vertx.io/) for full documentation and information on vert.x**

0 comments on commit 807787e

Please sign in to comment.