diff --git a/README.md b/README.md index 78008ac..d9f536c 100644 --- a/README.md +++ b/README.md @@ -445,12 +445,12 @@ UIColor(contrastingBlackOrWhiteColorOn:UIColor!, isFlat:Bool) ##### Chameleon Shorthand: ###### Objective-C ``` objective-c -ContrastColor(backgroundColor, isFlat); +ContrastColorOf(backgroundColor, isFlat); ``` ###### Swift ``` swift -ContrastColor(backgroundColor, isFlat) +ContrastColorOf(backgroundColor, isFlat) ``` #### Flattening Non-Flat Colors