Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
djzin committed Feb 11, 2017
1 parent bc84a95 commit 3261d62
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 @@ -3,12 +3,12 @@
`Chrono-TZ` is a library that provides implementors of the
[`TimeZone`][timezone] trait for [`rust-chrono`][chrono]. The
impls are generated by a build script using the [`IANA database`][iana]
and [`zoneinfo_parse`][zoneinfo_parse].
and [`parse-zoneinfo`][parse_zoneinfo].

[chrono]: https://github.com/lifthrasiir/rust-chrono
[timezone]: https://lifthrasiir.github.io/rust-chrono/chrono/offset/trait.TimeZone.html
[iana]: http://www.iana.org/time-zones
[zoneinfo_parse]: https://github.com/rust-datetime/zoneinfo-parse
[parse_zoneinfo]: https://github.com/djzin/parse-zoneinfo

## Documentation

Expand Down

0 comments on commit 3261d62

Please sign in to comment.