Skip to content

Commit

Permalink
Merge pull request #4 from Talkdesk/update-readme-version
Browse files Browse the repository at this point in the history
Update version numbers in README
  • Loading branch information
ivoanjo authored Jun 30, 2017
2 parents eba8968 + cd2278c commit ac05dc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,16 @@ To make use of WarmBlanket, you'll need to follow the next sections, which will
To install using Bundler, add the following to your `Gemfile`:

```ruby
gem 'warm-blanket', '~> 0.1',
gem 'warm-blanket', '~> 0.2',
git: 'https://github.com/Talkdesk/warm-blanket.git'
```

To install a particular version, add the `tag` option:

```ruby
gem 'warm-blanket', '~> 0.1',
gem 'warm-blanket', '~> 0.2',
git: 'https://github.com/Talkdesk/warm-blanket.git',
tag: 'v0.1.0'
tag: 'v0.2.0'
```

## Configuration settings
Expand Down

0 comments on commit ac05dc2

Please sign in to comment.