Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenklein committed Feb 22, 2020
1 parent e45768b commit 8fd0c4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ Service module for https://github.com/ex-aws/ex_aws
## Installation

The package can be installed by adding `ex_aws_dynamo` to your list of dependencies in `mix.exs`
along with `:ex_aws` and your preferred JSON codec and HTTP client:
along with your preferred JSON codec and HTTP client:

```elixir
def deps do
[
{:ex_aws, "~> 2.1"},
{:ex_aws_dynamo, "~> 3.0"},
{:jason, "~> 1.0"},
{:hackney, "~> 1.9"}
Expand Down

0 comments on commit 8fd0c4d

Please sign in to comment.