Skip to content

Commit 8f59e37

Browse files
committed
Fix reference to "gem" in README
Fix a reference to a "gem" in README and link to the RubyGems gem. Point to the PyPI package instead (although we're not quite yet published there).
1 parent c70f64c commit 8f59e37

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
@@ -1,6 +1,6 @@
11
# River client for Python
22

3-
An insert-only Python client for [River](https://github.com/riverqueue/river) packaged in the [`riverqueue` gem](https://rubygems.org/gems/riverqueue). Allows jobs to be inserted in Python and run by a Go worker, but doesn't support working jobs in Python.
3+
An insert-only Python client for [River](https://github.com/riverqueue/river) packaged in the [`riverqueue` package on PyPI](https://pypi.org/project/riverqueue/). Allows jobs to be inserted in Python and run by a Go worker, but doesn't support working jobs in Python.
44

55
## Development
66

0 commit comments

Comments
 (0)