Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WendellXY authored Aug 16, 2024
1 parent 573cace commit 66f5f66
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ Here's a comprehensive example showcasing various features:
```swift
@Codable
struct User {
@Codable
struct Car {
let brand: String
let model: String
let year: Int
}

@CodableKey("uid")
let id: UUID

Expand Down Expand Up @@ -116,7 +123,7 @@ In this example:
## Installation

```swift
.package(url: "https://github.com/WendellXY/CodableKit.git", from: "0.0.1"),
.package(url: "https://github.com/WendellXY/CodableKit.git", from: "0.4.0"),
```

## Contributions
Expand Down

0 comments on commit 66f5f66

Please sign in to comment.