Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fmcgeough committed Jan 15, 2019
1 parent 890f236 commit b15936b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
]
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit b15936b

Please sign in to comment.