Skip to content

Commit

Permalink
Merge pull request #172 from czj/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
justincase authored Sep 11, 2024
2 parents ae8d977 + f0b433f commit 78a5919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ To use the Mollie API client, the following things are required:

## Installation

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.
By far the easiest way to install the Mollie API client is to install it with [gem](http://rubygems.org/).

```
# Gemfile
gem "mollie-api-ruby", github: "mollie/mollie-api-ruby", tag: "v4.11.0"
gem "mollie-api-ruby"
$ gem install mollie-api-ruby
```
Expand Down

0 comments on commit 78a5919

Please sign in to comment.