Skip to content

Commit 8fd0c4d

Browse files
committed
Update docs
1 parent e45768b commit 8fd0c4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ Service module for https://github.com/ex-aws/ex_aws
88
## Installation
99

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

1313
```elixir
1414
def deps do
1515
[
16-
{:ex_aws, "~> 2.1"},
1716
{:ex_aws_dynamo, "~> 3.0"},
1817
{:jason, "~> 1.0"},
1918
{:hackney, "~> 1.9"}

0 commit comments

Comments
 (0)