Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
harikrishnan83 committed Sep 26, 2013
1 parent 9761582 commit 4b1ccda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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&quot")
RestClient restClient = new RestClientBuilder().withUrl("http://localhost:8080/customers")
.withUserName("username")
.withPassword("password")
.withBasicAuthentication()
Expand Down

0 comments on commit 4b1ccda

Please sign in to comment.