We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45768b commit 8fd0c4dCopy full SHA for 8fd0c4d
README.md
@@ -8,12 +8,11 @@ Service module for https://github.com/ex-aws/ex_aws
8
## Installation
9
10
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:
+along with your preferred JSON codec and HTTP client:
12
13
```elixir
14
def deps do
15
[
16
- {:ex_aws, "~> 2.1"},
17
{:ex_aws_dynamo, "~> 3.0"},
18
{:jason, "~> 1.0"},
19
{:hackney, "~> 1.9"}
0 commit comments