Skip to content

Commit 8498bdd

Browse files
chore(docs): remove www prefix
1 parent cbe6499 commit 8498bdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ If you’d like to use the repository from source, you can either install from g
4343
To install via git in your `Gemfile`:
4444

4545
```ruby
46-
gem "stagehand", git: "https://www.github.com/browserbase/stagehand-ruby"
46+
gem "stagehand", git: "https://github.com/browserbase/stagehand-ruby"
4747
```
4848

4949
Alternatively, reference local copy of the repo:
5050

5151
```bash
52-
$ git clone -- 'https://www.github.com/browserbase/stagehand-ruby' '<path-to-repo>'
52+
$ git clone -- 'https://github.com/browserbase/stagehand-ruby' '<path-to-repo>'
5353
```
5454

5555
```ruby

0 commit comments

Comments
 (0)