Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ytyubox committed Aug 15, 2020
1 parent d41bb87 commit 9e9632b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Swift Builder is a fast way to assign new value to the property of the object. Thanks to [Hsu Li-Heng](https://lihenghsu.com/) and his great article [利用 Swift 5.1 新功能實作 Fluent Interface 讓程式碼更易讀流暢!](https://www.appcoda.com.tw/fluent-interface/).

![Swift bulid](https://github.com/ytyubox/SwiftBulider/workflows/Swift/badge.svg) [![codecov](https://codecov.io/gh/ytyubox/SwiftBuilder/branch/master/graph/badge.svg)](https://codecov.io/gh/ytyubox/SwiftBuilder) [![Platform](https://img.shields.io/badge/platform-macos%20%7C%20ios%20%7C%20watchos%20%7C%20ipados%20%7C%20tvos-lightgrey)](https://github.com/ytyubox/SwiftBuilder) [![Swift](https://img.shields.io/badge/Swift-5.1-orange.svg)](https://swift.org) [![Xcode](https://img.shields.io/badge/Xcode-11-blue.svg)](https://developer.apple.com/xcode) [![SPM](https://img.shields.io/badge/SPM-Compatible-blue)](https://swift.org/package-manager) [![MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)
![Swift bulid](https://github.com/ytyubox/SwiftBuilder/workflows/Swift/badge.svg) [![codecov](https://codecov.io/gh/ytyubox/SwiftBuilder/branch/master/graph/badge.svg)](https://codecov.io/gh/ytyubox/SwiftBuilder) [![Platform](https://img.shields.io/badge/platform-macos%20%7C%20ios%20%7C%20watchos%20%7C%20ipados%20%7C%20tvos-lightgrey)](https://github.com/ytyubox/SwiftBuilder) [![Swift](https://img.shields.io/badge/Swift-5.1-orange.svg)](https://swift.org) [![Xcode](https://img.shields.io/badge/Xcode-11-blue.svg)](https://developer.apple.com/xcode) [![SPM](https://img.shields.io/badge/SPM-Compatible-blue)](https://swift.org/package-manager) [![MIT](https://img.shields.io/badge/License-MIT-red.svg)](https://opensource.org/licenses/MIT)


## Key Concept of Fluent Interface
Expand Down

0 comments on commit 9e9632b

Please sign in to comment.