Skip to content

Commit 0a57ff7

Browse files
committed
Fix grammar problem in README
Fix a minor grammar error in the README that came from #19.
1 parent f01a5ab commit 0a57ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An insert-only Python client for [River](https://github.com/riverqueue/river) pa
44

55
## Basic usage
66

7-
Your project should bundle the [`riverqueue` package](https://pypi.org/project/riverqueue/) in its dependencies. How to go about this depend on your toolchain, but for example in [Rye](https://github.com/astral-sh/rye), it'd look like:
7+
Your project should bundle the [`riverqueue` package](https://pypi.org/project/riverqueue/) in its dependencies. How to go about this will depend on your toolchain, but for example in [Rye](https://github.com/astral-sh/rye), it'd look like:
88

99
```shell
1010
rye add riverqueue

0 commit comments

Comments
 (0)