Skip to content

Commit

Permalink
Update README.md (OpenFeign#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
Whitilied authored and kdavisk6 committed Mar 21, 2019
1 parent ce66205 commit 10a4ead
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 @@ -73,7 +73,7 @@ their corresponding `Param` annotated method parameters.
public interface GitHub {

@RequestLine("GET /repos/{owner}/{repo}/contributors")
List<Contributor> getContributors(@Param("owner") String owner, @Param("repo") String repository);
List<Contributor> contributors(@Param("owner") String owner, @Param("repo") String repository);

class Contributor {
String login;
Expand Down

0 comments on commit 10a4ead

Please sign in to comment.