Skip to content

Commit

Permalink
Add badges & improve documents
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrammar committed Oct 2, 2023
1 parent 58c04df commit 4cd2a4d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## apilayer

![Master branch status](https://github.com/github/docs/actions/workflows/main.yml/badge.svg)
![Master branch status](https://github.com/tbrammar/apilayer-ruby3/actions/workflows/main.yml/badge.svg)

**apilayer-rbuy-3** provides a common-interface to configure and create connections
to apilayer.net See http://apilayer.com for more details.
Expand All @@ -11,16 +11,10 @@ This is a fork of the original gem [apilayer](https://github.com/actfong/apilaye

#### Using Bundler

Add apilayer in your `Gemfile`:

For Ruby 3.0 and above
Add apilayer-ruby-3 in your `Gemfile`:

gem "apilayer-ruby-3", "~> 1.0"

For < Ruby 3.0

gem "apilayer", "~> 2.0"

Run the following in your console:

$ bundle install

0 comments on commit 4cd2a4d

Please sign in to comment.