Skip to content

Commit

Permalink
Merge pull request #1 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 7785673 + bdac491 commit 788eba2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ The package can be installed by adding `cldr_calendars_persian` to your list of
```elixir
def deps do
[
{:cldr_calendars_persian, "~> 0.1.0"}
{:ex_cldr_calendars_persian, "~> 1.0"}
]
end
```
Documentation can be found at [https://hexdocs.pm/cldr_calendars_persian](https://hexdocs.pm/cldr_calendars_persian).
Documentation can be found at [https://hexdocs.pm/ex_cldr_calendars_persian](https://hexdocs.pm/ex_cldr_calendars_persian).

0 comments on commit 788eba2

Please sign in to comment.