diff --git a/README.md b/README.md index 556cfdd..842dba0 100644 --- a/README.md +++ b/README.md @@ -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