From b15936beb630e56fee26cccb486b7ec3dfa058b4 Mon Sep 17 00:00:00 2001 From: fmcgeough Date: Tue, 15 Jan 2019 15:30:35 -0500 Subject: [PATCH] Fixing typos --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ad1ce5..0121a7d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The package can be installed by adding ex_aws_code_pipeline to your list of depe def deps do [ {:ex_aws, "~> 2.0"}, - {:ex_aws_code_deploy, "~> 2.0"}, + {:ex_aws_code_pipeline, "~> 2.0"}, {:poison, "~> 3.0"}, {:hackney, "~> 1.9"}, ] diff --git a/mix.exs b/mix.exs index 0306d0d..e0e09c3 100644 --- a/mix.exs +++ b/mix.exs @@ -46,7 +46,7 @@ defmodule ExAwsCodePipeline.MixProject do defp package do [ - description: "AWS Code Deploy service for ex_aws", + description: "AWS Code Pipeline service for ex_aws", maintainers: ["Frank McGeough"], licenses: ["MIT"], links: %{github: "https://github.com/fmcgeough/ex_aws_code_pipeline"}