From db0ffe5df7f56b3cee6070cd13525b8bae2d323b Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 13 Jan 2016 20:51:13 +0100 Subject: [PATCH] Fixed spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a899bf3..36b74a9 100644 --- a/README.md +++ b/README.md @@ -525,7 +525,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Jersey](https://jersey.java.net/) - JAX-RS reference implementation. * [Rapidoid](http://www.rapidoid.org/) - A Simple, secure and extremely fast framework consisting of embedded HTTP server, GUI components and dependency injection. * [RESTEasy](http://resteasy.jboss.org/) - Fully certified and portable implementation of the JAX-RS specification. -* [RestExpress](https://github.com/RestExpress/RestExpress) - Thin wrapper on the JBOSS Netty HTTP stack to provide scaling and performance. +* [RestExpress](https://github.com/RestExpress/RestExpress) - Thin wrapper on the JBoss Netty HTTP stack to provide scaling and performance. * [RestX](http://restx.io) - Framework based on annotation processing and compile-time source generation. * [Retrofit](http://square.github.io/retrofit/) - Type-safe REST client. * [Spark](http://sparkjava.com/) - Sinatra inspired framework.