Skip to content

Commit

Permalink
Updated Readme (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazaiMazai authored Aug 13, 2024
1 parent 668abaf commit 23b0821
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<img src="https://github.com/KazaiMazai/SwiftletModel/blob/main/Docs/Resources/Logo.svg">
</picture>

# SwiftletModel

[![CI](https://github.com/KazaiMazai/SwiftletModel/workflows/Tests/badge.svg)](https://github.com/KazaiMazai/SwiftletModel/actions?query=workflow%3ATests)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FKazaiMazai%2FSwiftletModel%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/KazaiMazai/SwiftletModel)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FKazaiMazai%2FSwiftletModel%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/KazaiMazai/SwiftletModel)
Expand All @@ -20,7 +18,7 @@ SwiftletModel offers an easy and efficient way to implement complex domain model
- **Incomplete Data Handling**: Seamlessly handle scenarios involving partial or missing data.
- **Codable Out of the Box**: Easily encode and decode your entities for persistence, response mapping, or other purposes.

## When and Why
## Why

SwiftletModel excels in the following scenarios:

Expand Down Expand Up @@ -62,6 +60,7 @@ Although primarily in-memory, SwiftletModel’s data model is Codable, allowing
* [Handling missing data for to-one Relations](#handling-missing-data-for-to-one-relations)
- [Type Safety](#type-safety)
- [Installation](#installation)
- [Documentation](https://swiftpackageindex.com/KazaiMazai/SwiftletModel/0.4.3/documentation/swiftletmodel)
- [Licensing](#licensing)

## Getting Started
Expand Down

0 comments on commit 23b0821

Please sign in to comment.