Skip to content

Commit 0b3e501

Browse files
authored
Improve README formatting and wording
Updated README.md for clarity and formatting.
1 parent 03fe9ba commit 0b3e501

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Built for my own workflow, but you're welcome to use it!
1717
| **[prek](https://prek.j178.dev/)** | Git hooks | Code quality enforcement |
1818
| **[Typer](https://typer.tiangolo.com/)** | CLI framework | Type-hint based, modern |
1919
| **[git-cliff](https://git-cliff.org/)** | Changelog | Auto-generated from conventional commits |
20-
| **[gitleaks](https://github.com/gitleaks/gitleaks)**| search repo for secrets | alert on leaked secrets |
21-
| **[pysentry-rs](https://pysentry.com/)** | Vulnerability Scanner | Highlight dependencies _potential_ security issues |
20+
| **[gitleaks](https://github.com/gitleaks/gitleaks)**| Search repo for secrets | Alert on leaked secrets |
21+
| **[pysentry-rs](https://pysentry.com/)** | Vulnerability Scanner | Highlight _potential_ dependency security issues |
2222
| **[semgrep](https://semgrep.dev/)** | Static Application Security Testing | SAST scans highlight potential [security issues](https://semgrep.dev/docs/languages/python) in repo code |
2323

2424
## Quick Start
@@ -38,8 +38,7 @@ curl -LsSf https://astral.sh/uv/install.sh | sh
3838
**Install copier with uv (recommended):**
3939

4040
```bash
41-
uv tool install copier
42-
uv tool inject copier copier-template-extensions
41+
uv tool install copier --with copier-template-extensions
4342
```
4443

4544
**With pipx:**

0 commit comments

Comments
 (0)