Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mathieuprog/tz
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Mar 11, 2020
2 parents 3ceead4 + 0ec2357 commit 0a9b16f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ To enable automatic updates, add `Tz.UpdatePeriodically` as a child in your supe
{Tz.UpdatePeriodically, []}
```

If you do not wish to update automatically, but still wish be alerted for new upcoming IANA updates, add
If you do not wish to update automatically, but still wish to be alerted for new upcoming IANA updates, add
`Tz.WatchPeriodically` as a child in your supervisor:

```
{Tz.WatchPeriodically, []}
```

This will simply log to your server when a new time zone database is available.

Lastly, add the http client `mint` and ssl certificate store `castore` into your `mix.exs` file:

```
Expand Down

0 comments on commit 0a9b16f

Please sign in to comment.