Skip to content

Commit

Permalink
Fix ContentService example (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
okutane authored and kdavisk6 committed Jan 31, 2019
1 parent 1045d73 commit 0c86c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ See [Headers](#headers) for examples.
> ```java
> public interface ContentService {
> @RequestLine("GET /api/documents/{contentType}")
> @Headers("Accept {contentType}")
> @Headers("Accept: {contentType}")
> String getDocumentByType(@Param("contentType") String type);
> }
>```
Expand Down

0 comments on commit 0c86c1d

Please sign in to comment.