diff --git a/main.go b/main.go index 46842aa..d63b9a5 100644 --- a/main.go +++ b/main.go @@ -67,7 +67,7 @@ func getGithubResult(lang string) Repositories { func writeResultToReadme(lang string, result []Repo, readme *os.File) { readme.WriteString(fmt.Sprintf(` -# Top %s Projects +## Top %s Projects A list of most popular github projects in %s (by stars)