Skip to content

Commit 78a5919

Browse files
authored
Merge pull request #172 from czj/patch-1
2 parents ae8d977 + f0b433f commit 78a5919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ To use the Mollie API client, the following things are required:
2424

2525
## Installation
2626

27-
By far the easiest way to install the Mollie API client is to install it with [gem](http://rubygems.org/). Note: v4.8.0 and higher are not published on rubygems.org, see [GH-140](https://github.com/mollie/mollie-api-ruby/issues/140) for details.
27+
By far the easiest way to install the Mollie API client is to install it with [gem](http://rubygems.org/).
2828

2929
```
3030
# Gemfile
31-
gem "mollie-api-ruby", github: "mollie/mollie-api-ruby", tag: "v4.11.0"
31+
gem "mollie-api-ruby"
3232
3333
$ gem install mollie-api-ruby
3434
```

0 commit comments

Comments
 (0)