Skip to content

Commit 25364ff

Browse files
committed
Minor tweak to readme
1 parent 281a20c commit 25364ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MyClient client = new MyClient(URI.create("http://example.com/"));
99
// GET /contacts
1010
List<Contact> contactList = client.getContacts().readAll();
1111

12-
// POST /contacts -> /contacts/1337
12+
// POST /contacts -> Location: /contacts/1337
1313
ContactEndpoint smith = client.getContacts().create(new Contact("Smith"));
1414
//ContactEndpoint smith = client.getContacts().get("1337");
1515

0 commit comments

Comments
 (0)