From 61d69ecea61c02dd18fd1a98d4e7a44eeda8c7a9 Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Wed, 26 Nov 2014 09:55:01 -0700 Subject: [PATCH 1/2] Update README.md Adding Gif --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7d0d62e..d02c986 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Swift-Validator Swift Validator is a rule-based validation library for Swift. +![Swift Validator](https://dl.dropboxusercontent.com/u/18055521/out.gif) + ## Core Concepts * ```UITextField``` + ```ValidationRule``` go into ```Validator``` From c6e45fadf3237b50f9137d25d989e6d6c273fdfc Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Wed, 26 Nov 2014 10:05:19 -0700 Subject: [PATCH 2/2] Update README.md new gif compliments of Kelly --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d02c986..7d9fd7e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Swift-Validator Swift Validator is a rule-based validation library for Swift. -![Swift Validator](https://dl.dropboxusercontent.com/u/18055521/out.gif) +![Swift Validator](https://dl.dropboxusercontent.com/u/18055521/swift-validator.gif) ## Core Concepts