Skip to content

Commit 5b8d2c8

Browse files
chore(docs): remove www prefix
1 parent 6d12b11 commit 5b8d2c8

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 "brand.dev", git: "https://www.github.com/brand-dot-dev/ruby-sdk"
46+
gem "brand.dev", git: "https://github.com/brand-dot-dev/ruby-sdk"
4747
```
4848

4949
Alternatively, reference local copy of the repo:
5050

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

5555
```ruby

0 commit comments

Comments
 (0)