From ba25053c0c4ffe7a3f137c649fa382da9112efd7 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Thu, 7 May 2020 00:17:22 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b0b5eb8..3eb7abe 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # JRest -Small and lightweight Java Rest Library. **Only has one (optional) dependency, Gson (For POJO Serialization)**. It can be used as a webhost, back-end server, or to make requests to already existing REST endpoints. It doesn't use annotations, and can work asynchrounously. - -If JRest is ran without Gson dependency, DTO/POJO objects cannot be serialized/deserialized. JSON Objects can still be used though. +Small and lightweight Java REST Library. **Only has one (optional) dependency, Gson (For POJO Serialization)**. It can be used as a webhost, back-end server, or to make requests to already existing REST endpoints. It doesn't use annotations, and can work asynchrounously. If JRest is ran without Gson dependency, DTO/POJO objects cannot be serialized/deserialized, but JSON Objects can still be used though. # Examples Simple GET request: