From afebed93ab04848f041e5cd913b8c71540b1aeb3 Mon Sep 17 00:00:00 2001 From: "Y." <37100+lunohodov@users.noreply.github.com> Date: Thu, 10 Apr 2025 17:00:53 +0300 Subject: [PATCH] Fix typo in examples --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 7ff439d..3326005 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,7 +24,7 @@ client = River::Client.new(River::Driver::ActiveRecord.new) Define a job and insert it: ```ruby -class SortArgs +class SimpleArgs attr_accessor :strings def initialize(strings:)