Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgrammer committed Jan 28, 2024
1 parent 2108798 commit 3243cad
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ Explore seamless integration with MTN Open API using this Ruby gem. For in-depth

Install the gem and add to the application's Gemfile by executing:

$ bundle add mtn_open_api
$ bundle add mtn_open_api -v 0.0.1

OR
```
gem 'mtn_open_api', '0.0.1'
```

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install mtn_open_api
$ gem install mtn_open_api -v 0.0.1

## Usage

Expand Down
9 changes: 7 additions & 2 deletions readme-template
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ Explore seamless integration with MTN Open API using this Ruby gem. For in-depth

Install the gem and add to the application's Gemfile by executing:

$ bundle add mtn_open_api
$ bundle add mtn_open_api -v 0.0.1

OR
```
gem 'mtn_open_api', '0.0.1'
```

If bundler is not being used to manage dependencies, install the gem by executing:

$ gem install mtn_open_api
$ gem install mtn_open_api -v 0.0.1

## Usage

Expand Down

0 comments on commit 3243cad

Please sign in to comment.