Skip to content

Commit f2308a0

Browse files
committed
update README
1 parent 0e9627f commit f2308a0

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
11
<p align="center">
22
<img src="https://github.com/intsig171/SmartCodable/assets/87351449/89de27ac-1760-42ee-a680-4811a043c8b1" alt="SmartCodable" title="SmartCodable" width="500"/>
33
</p>
4-
<h1 align="center">SmartCodable - Resilient & Flexible Codable for Swift</h1>
4+
<h1 align="center">SmartCodable - Resilient & Flexible Codable for Swift </h1>
55

66
<p align="center">
7+
<a href="https://github.com/iAmMccc/SmartCodable/blob/main/README_CN.md">
8+
<img src="https://img.shields.io/badge/中文-可用-brightgreen.svg" alt="中文文档">
9+
</a>
710
<a href="https://github.com/iAmMccc/SmartCodable/releases">
811
<img src="https://img.shields.io/github/v/release/iAmMccc/SmartCodable?color=blue&label=version" alt="Latest Release">
912
</a>
10-
<a href="https://www.apple.com/swift/">
11-
<img src="https://img.shields.io/badge/platform-iOS%2FmacOS%2FtvOS%2FwatchOS-blue.svg" alt="Platform Support">
12-
</a>
13+
<a href="https://swift.org/">
14+
<img src="https://img.shields.io/badge/Swift-5.0%2B-orange.svg" alt="Swift 5.0+">
1315
</a>
1416
<a href="https://github.com/iAmMccc/SmartCodable/wiki">
1517
<img src="https://img.shields.io/badge/Documentation-available-brightgreen.svg" alt="Documentation">
1618
</a>
1719
<a href="https://swift.org/package-manager/">
1820
<img src="https://img.shields.io/badge/SPM-supported-DE5C43.svg?style=flat" alt="SPM Supported">
1921
</a>
20-
<a href="https://swift.org/">
21-
<img src="https://img.shields.io/badge/Swift-5.0%2B-orange.svg" alt="Swift 5.0+">
22-
</a>
2322
<a href="https://github.com/iAmMccc/SmartCodable/blob/main/LICENSE">
2423
<img src="https://img.shields.io/badge/license-MIT-black.svg" alt="MIT License">
2524
</a>
@@ -28,9 +27,7 @@
2827
</a>
2928
</p>
3029

31-
### English | [中文](https://github.com/iAmMccc/SmartCodable/blob/main/README_CN.md) | [💖Contributing💖](https://github.com/iAmMccc/SmartCodable/blob/main/Contributing/ContributingList.md)
32-
33-
**SmartCodable** redefines Swift data parsing by enhancing Apple's native `Codable` with production-ready resilience and flexibility.
30+
**SmartCodable** redefines Swift data parsing by enhancing Apple's native Codable with production-ready resilience and flexibility. It provides seamless support for default values, nested flattening, and ignored properties, reducing boilerplate while increasing reliability.
3431

3532
## Features
3633

0 commit comments

Comments
 (0)