From 8b6a0736dc1e0b7442c3a50a6f023db3bff930b4 Mon Sep 17 00:00:00 2001 From: SokichiFujita Date: Tue, 5 Sep 2017 22:53:22 +0900 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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