From 35bd988cf7b6b138c20d505146be2402e8dc65dc Mon Sep 17 00:00:00 2001 From: Louis Matthijssen Date: Fri, 15 Jul 2022 16:08:05 +0200 Subject: [PATCH] Fix some typos --- .gitignore | 2 +- README.md | 6 +++--- mix.exs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 35380dc..4552c5c 100644 --- a/.gitignore +++ b/.gitignore @@ -20,7 +20,7 @@ erl_crash.dump *.ez # Ignore package tarball (built via "mix hex.build"). -case_della_vita_ex-*.tar +cose_della_vita_ex-*.tar # Temporary files, for example, from tests. /tmp/ diff --git a/README.md b/README.md index a89aa81..cf3a84c 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ ## Installation If [available in Hex](https://hex.pm/docs/publish), the package can be installed -by adding `case_della_vita_ex` to your list of dependencies in `mix.exs`: +by adding `cose_della_vita_ex` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:case_della_vita_ex, "~> 0.1.0"} + {:cose_della_vita_ex, "~> 0.0.0+development"} ] end ``` Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc) and published on [HexDocs](https://hexdocs.pm). Once published, the docs can -be found at . +be found at . diff --git a/mix.exs b/mix.exs index 4d2c90e..3897556 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule CoseDellaVitaEx.MixProject do def project do [ - app: :case_della_vita_ex, + app: :cose_della_vita_ex, version: "0.0.0+development", elixir: "~> 1.12", start_permanent: Mix.env() == :prod,