From 02799ec9f2d8d784a2bc0b848019ecbddf0e3b5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Runel=C3=B6v?= Date: Wed, 11 Jun 2014 10:49:38 +0200 Subject: [PATCH] Update README.md it's = it is. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e88c6cde8..b31d1d4694 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ### About Jersey Jersey is a REST framework that provides JAX-RS Reference Implementation and more. -Jersey provides it's own [APIs][jersey-api] that extend the JAX-RS toolkit with +Jersey provides its own [APIs][jersey-api] that extend the JAX-RS toolkit with additional features and utilities to further simplify RESTful service and client development. Jersey also exposes numerous extension SPIs so that developers may extend Jersey to best suit their needs.