Skip to content

Commit faf4c03

Browse files
committed
fixup! chore: update package name to banjo-utils
1 parent a09558f commit faf4c03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ Reusable Django utilities and management commands for Toggle projects.
1717

1818
**Using [uv](https://github.com/astral-sh/uv):**
1919
```bash
20-
uv pip install "git+ssh://git@github.com/toggle-corp/banjo-utils.git@main"
20+
uv pip install "git+https://github.com/toggle-corp/banjo-utils.git@v0.1.0"
2121
```
2222

2323
Or add to your `pyproject.toml`:
2424
```toml
2525
[project]
2626
dependencies = [
27-
"banjo_utils",
27+
"banjo-utils",
2828
]
2929

3030
[tool.uv.sources]
31-
banjo-utils = { git = "https://github.com/toggle-corp/banjo-utils", tag = "0.1.0" }
31+
banjo-utils = { git = "https://github.com/toggle-corp/banjo-utils", tag = "v0.1.0" }
3232
```
3333

3434
---

0 commit comments

Comments
 (0)