Skip to content

Commit f34677b

Browse files
Grammar in Manage the README vs. Manage README (#860)
* Grammar in `Manage a README` vs. `Manage README` * Grammar in `Manage the README` vs. `Manage README` * Grammar in `Manage the README` vs. `Manage README`
1 parent b8b8331 commit f34677b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ $ pipx run usethis tool ruff
8888
- [`usethis rule`](#usethis-rule-rulecode) — Set linter rule configuration for specific rules across the project.
8989
- [`usethis status`](#usethis-status-status) — Set the development status of the project (via trove classifiers).
9090

91-
### Manage README
91+
### Manage the README
9292

9393
- [`usethis badge`](#usethis-badge) — Add badges to the README file.
9494
- [`usethis readme`](#usethis-readme) — Add a new README file.

src/usethis/_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
usethis._interface.status.status,
9292
)
9393

94-
rich_help_panel = "Manage README"
94+
rich_help_panel = "Manage the README"
9595
app.add_typer(
9696
usethis._interface.badge.app, name="badge", rich_help_panel=rich_help_panel
9797
)

0 commit comments

Comments
 (0)