Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryu0118 committed Nov 13, 2023
1 parent 762a1ed commit d9b40f6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,8 @@ date1.scope(to: \.day) > date2.scope(to: \.day) // -> true
```
#### **Codable**
The Codable conformance means that TypedDate instances can be easily encoded to and decoded from various formats such as JSON. This is particularly useful when working with APIs or saving dates to persistent storage.

## Installation
```Swift
.package(url: "https://github.com/Ryu0118/swift-typed-date", exact: "0.2.0")
```

0 comments on commit d9b40f6

Please sign in to comment.