From 32b1c8705c7c3d4f0d27401eae26e0ee706a4afc Mon Sep 17 00:00:00 2001 From: Andrew Petryk Date: Tue, 6 Aug 2019 18:14:39 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a430d7..615c389 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ public void cvurl() { "text0", "text0", "text1", "text1" )) - .asObject(Result.class, HttpStatus.OK); + .asObject(Result.class); System.out.println("CVurl POST: " + result); }