Skip to content

Commit

Permalink
fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Nov 12, 2023
1 parent 5bdf4a8 commit d6d4dc3
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 @@ -22,6 +22,8 @@ This library is inspired by Rust [chrono](https://github.com/chronotope/chrono)
- ✅ Durations
- ✅ Time intervals
- Repeating intervals
- Note: This package can be used as civil time.
- Civil time is a time-zone-independent representation of time that follows the rules of the proleptic Gregorian calendar with exactly 24-hour days, 60-minute hours, and 60-second minutes.

## Installation

Expand Down Expand Up @@ -89,8 +91,6 @@ If you have a feature request, please open an issue. It would be great if you co
- [Advance](https://pkg.go.dev/github.com/Code-Hex/synchro#Time.Advance)
- `Advance` allows you to specify the date and time components you want to increment and make modifications.
- [Period](https://pkg.go.dev/github.com/Code-Hex/synchro#Period)
- [Date](https://pkg.go.dev/github.com/Code-Hex/synchro#Date)
- Date type for civil time (ISO 8601 compatible).


## TODO
Expand Down

0 comments on commit d6d4dc3

Please sign in to comment.