Skip to content

Commit 57bc88c

Browse files
chore(docs): remove www prefix
1 parent 66e8f66 commit 57bc88c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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 "finch-api", git: "https://www.github.com/Finch-API/finch-api-ruby"
46+
gem "finch-api", git: "https://github.com/Finch-API/finch-api-ruby"
4747
```
4848

4949
Alternatively, reference local copy of the repo:
5050

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

5555
```ruby

0 commit comments

Comments
 (0)