From 58470cc52b90abae509ef9dff4240d9e14e04237 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 27 Jan 2026 13:27:49 -0800 Subject: [PATCH] Update stagehand gem source to GitHub repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 362cea5..d8c8470 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ To use this gem, install via Bundler by adding the following to your application ```ruby -gem "stagehand", "~> 3.2.0" +gem "stagehand", :git => "git://github.com/browserbase/stagehand-ruby.git" ```