You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follows up [1] which renamed `drivers/` to `driver/` to also fix all the
uses of the plural `drivers/` in scripts and documentation. I
accidentally forgot to push this in a branch and broke `master`.
[1] 8fb0563
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ An insert-only Ruby client for [River](https://github.com/riverqueue/river) pack
4
4
5
5
## Basic usage
6
6
7
-
Your project's `Gemfile` should contain the `riverqueue` gem and a driver like [`riverqueue-sequel`](https://github.com/riverqueue/riverqueue-ruby/drivers/riverqueue-sequel) (see [drivers](#drivers)):
7
+
Your project's `Gemfile` should contain the `riverqueue` gem and a driver like [`riverqueue-sequel`](https://github.com/riverqueue/riverqueue-ruby/driver/riverqueue-sequel) (see [drivers](#drivers)):
0 commit comments