Skip to content

Commit

Permalink
Fix documentation on starred repos (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotahp authored Aug 24, 2021
1 parent 96e52cc commit a2db594
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ This function requires GitHub authentication with the following API scopes:

```
{{range recentStars 10}}
Name: {{.Name}}
Description: {{.Description}}
URL: {{.URL}})
Stars: {{.Stargazers}}
Name: {{.Repo.Name}}
Description: {{.Repo.Description}}
URL: {{.Repo.URL}})
Stars: {{.Repo.Stargazers}}
{{end}}
```

Expand Down

0 comments on commit a2db594

Please sign in to comment.