From 85329ce66c297bea79ddef92908ff2040174ccf9 Mon Sep 17 00:00:00 2001 From: Omer Celik Date: Fri, 20 Oct 2017 08:45:30 -0700 Subject: [PATCH] Fixed a typo (#366) `style: .Succes` was changed to `style: .succes` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ac0a25..9ee9d0f 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ SCLAlertView().showTitle( subTitle: "Operation successfully completed.", // String of view duration: 2.0, // Duration to show before closing automatically, default: 0.0 completeText: "Done", // Optional button value, default: "" - style: .Success, // Styles - see below. + style: .success, // Styles - see below. colorStyle: 0xA429FF, colorTextButton: 0xFFFFFF )