Skip to content

Commit d67cf81

Browse files
Whitiliedkdavisk6
authored andcommitted
Update README.md (#921)
1 parent 7fd26cd commit d67cf81

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
@@ -73,7 +73,7 @@ their corresponding `Param` annotated method parameters.
7373
public interface GitHub {
7474

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

7878
class Contributor {
7979
String login;

0 commit comments

Comments
 (0)