Skip to content

Commit aa53d98

Browse files
authored
Merge pull request #95 from arjes/update-readme
Update readme to current version
2 parents 6806daf + 133b8d1 commit aa53d98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ gem install 'aws-record'
2929
```
3030

3131
```ruby
32-
gem 'aws-record', '~> 1.0'
32+
gem 'aws-record', '~> 2.0'
3333
```
3434

3535
This automatically includes a dependency on the `aws-sdk-resources` gem, major
@@ -39,8 +39,8 @@ Gemfile if you need to lock to a specific version, like so:
3939
```ruby
4040
# Gemfile
4141

42-
gem 'aws-record', '~> 1.0'
43-
gem 'aws-sdk-resources', '~> 2.5'
42+
gem 'aws-record', '~> 2.0'
43+
gem 'aws-sdk-resources', '~> 3.0'
4444
```
4545

4646
## Usage

0 commit comments

Comments
 (0)