Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Jun 16, 2018
1 parent 5d4649e commit d45d765
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,9 @@ gem 'dynamoid', '~> 2'
```
## Prerequisities

Dynamoid depends on the aws-sdk, and this is tested on the current version of aws-sdk (~> 2), rails (>= 4).
Dynamoid depends on the aws-sdk, and this is tested on the current version of aws-sdk (~> 3), rails (>= 4).
Hence the configuration as needed for aws to work will be dealt with by aws setup.

Here are the steps to setup aws-sdk.

```ruby
gem 'aws-sdk', '~>2'
```

(or) include the aws-sdk in your Gemfile.

### AWS SDK Version Compatibility

Make sure you are using the version for the right AWS SDK.
Expand Down

0 comments on commit d45d765

Please sign in to comment.