From d9b40f6fde73a2023501b06369cc6b783803f62a Mon Sep 17 00:00:00 2001 From: Ryu <87907656+Ryu0118@users.noreply.github.com> Date: Mon, 13 Nov 2023 17:24:42 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7fa899b..7001996 100644 --- a/README.md +++ b/README.md @@ -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") +```