Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<a href="example_issue.md">View an example submission</a>
</p>

## My Top Free Tools 💜
## The Top Free Tools 💜



Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_readme.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
ROOT_DIR = Path(__file__).resolve().parents[1]
README_PATH = ROOT_DIR / "README.md"
TOOLS_PATH = ROOT_DIR / "tools.json"
TOOLS_HEADING = "## My Top Free Tools 💜"
TOOLS_HEADING = "## The Top Free Tools 💜"
TOOLS_TABLE_PREFIX = "\n\n\n\n"
TOOLS_NOTE = "Tool data lives in [tools.json](tools.json). Tag descriptions are in [tags.md](tags.md). Run `python scripts/generate_readme.py` after editing tools.json."

Expand Down
Loading