Skip to content

Commit 8155284

Browse files
committed
Update index.html
Watchers are now known as stargazers in GitHub parlance...
1 parent 7599209 commit 8155284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
$item.append('<span class="bullet">&sdot;</span>');
4545

46-
var $watchers = $("<a>").attr("href", repo.html_url + "/watchers").text(repo.watchers + " watchers");
46+
var $watchers = $("<a>").attr("href", repo.html_url + "/watchers").text(repo.watchers + " stargazers");
4747
$item.append($("<span>").addClass("watchers").append($watchers));
4848

4949
$item.append('<span class="bullet">&sdot;</span>');

0 commit comments

Comments
 (0)