Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouzhuojie committed Mar 20, 2019
1 parent 5a9966a commit ef791c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Flagr is a feature flagging, A/B testing and dynamic configuration microservice.
This SDK is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 1.1.0
- Package version: 0.2.0
- Package version: 1.1.0
- Build package: io.swagger.codegen.languages.RubyClientCodegen

## Installation
Expand All @@ -23,15 +23,15 @@ gem build rbflagr.gemspec
Then either install the gem locally:

```shell
gem install ./rbflagr-0.2.0.gem
gem install ./rbflagr-1.1.0.gem
```
(for development, run `gem install --dev ./rbflagr-0.2.0.gem` to install the development dependencies)
(for development, run `gem install --dev ./rbflagr-1.1.0.gem` to install the development dependencies)

or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).

Finally add this to the Gemfile:

gem 'rbflagr', '~> 0.2.0'
gem 'rbflagr', '~> 1.1.0'

### Install from Git

Expand Down

0 comments on commit ef791c1

Please sign in to comment.