Skip to content

Commit

Permalink
Fix grammar problem in README
Browse files Browse the repository at this point in the history
Fix a minor grammar error in the README that came from #19.
  • Loading branch information
brandur committed Jul 5, 2024
1 parent f01a5ab commit 0a57ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ An insert-only Python client for [River](https://github.com/riverqueue/river) pa

## Basic usage

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:
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:

```shell
rye add riverqueue
Expand Down

0 comments on commit 0a57ff7

Please sign in to comment.