From 4b1ccda604340235516c294c8d9db994709aca6a Mon Sep 17 00:00:00 2001 From: HariKrishnan Date: Fri, 27 Sep 2013 00:15:57 +0530 Subject: [PATCH] Update README --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 0fa1445..6bff5d5 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ Typical Usage: All you need are the url, username, password, scheme and realm. You could choose to leave out properties like username, password, scheme and realm if not applicable -RestClient restClient = new RestClientBuilder().withUrl("http://localhost:8080/customers"") +RestClient restClient = new RestClientBuilder().withUrl("http://localhost:8080/customers") .withUserName("username") .withPassword("password") .withBasicAuthentication()