diff --git a/README.md b/README.md index fca1196..bf65449 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@

-Platform Language +Platform Version License

## Introduction -Cupcake is a framework that allow you to easily create and layout UI components for iOS 8 and above. It use chaining syntax and provides some frequent used functionalities that are missing in UIKit. +Cupcake is a framework that allow you to easily create and layout UI components for iOS 8.0+. It use chaining syntax and provides some frequent used functionalities that are missing in UIKit. --- ## Easy way to create UIFont, UIImage and UIColor objects @@ -76,7 +76,7 @@ You can create UIView, UILabel, UIImageView and UIButton objects simply by using print("click") }).img("cat").padding(10).border(1, "#CFC8AC") -As you can see, `.font()`, `.img()` and `.color()` can take the same parameters as `Font()`, `Img()` and `Color()`. Also you can pass String, NSAttributedString and any other values to `.str()`. +As you can see, `.font()`, `.img()` and `.color()` can take the same parameters as `Font()`, `Img()` and `Color()`. Also you can pass String, NSAttributedString or any other values to `.str()`. ## Enhancements