From 8fd0c4d4b12b89f8207220231fdbe68b4a0d75d0 Mon Sep 17 00:00:00 2001 From: Darren Klein Date: Sat, 22 Feb 2020 16:22:13 -0500 Subject: [PATCH] Update docs --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bd69f7..fcec3c8 100644 --- a/README.md +++ b/README.md @@ -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"}