Skip to content

Commit

Permalink
adjust "contribute TLDR" text
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinschmitt authored Oct 18, 2024
1 parent 5e16bb3 commit 1c60cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bib2readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def to_string(self) -> str:
entry_str += f"<br />_TLDR: {self.awesome_tldr}_"
# for papers: ask for a contribution if no TLDR is available yet
elif self.awesome_category in ["overview", "method", "application"]:
entry_str += "<br />_TLDR: Reading this paper? Please consider contributing a TLDR summary._"
entry_str += "<br />_Reading this paper? Please consider contributing a TLDR summary._"

if self.authors:
entry_str += f"<br />by {self.authors}"
Expand Down

0 comments on commit 1c60cc3

Please sign in to comment.