Skip to content

Commit

Permalink
Merge pull request #2 from petrus-jvrensburg/patch-1
Browse files Browse the repository at this point in the history
Update installation version in README
  • Loading branch information
kipcole9 authored Sep 5, 2023
2 parents 17ede1b + 5e95b65 commit 0d79964
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ end

## Installation

Add `cldr_calendars_composite` to your list of dependencies in `mix.exs`.
Add `ex_cldr_calendars_composite` to your list of dependencies in `mix.exs`.

```elixir
def deps do
[
{:cldr_calendars_composite, "~> 0.1.0"}
{:ex_cldr_calendars_composite, "~> 1.0"}
]
end
```

Documentation is published at [https://hexdocs.pm/cldr_calendars_composite](https://hexdocs.pm/cldr_calendars_composite).
Documentation is published at [https://hexdocs.pm/ex_cldr_calendars_composite](https://hexdocs.pm/ex_cldr_calendars_composite).

0 comments on commit 0d79964

Please sign in to comment.