From fa4a4bf1bc76defb1af6200f6a6081d299b8a287 Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Wed, 26 Nov 2014 10:22:27 -0700 Subject: [PATCH] adding more to readme --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d9fd7e..4868662 100644 --- a/README.md +++ b/README.md @@ -198,9 +198,19 @@ class ValidationFactory { } ``` +Credits +------- +Swift Validator is written and maintained by Jeff Potter (@jpotts18) and friends. +Currently funded and maintained by [RingSeven](http://ringseven.com) +![RingSeven](https://avatars1.githubusercontent.com/u/8309133?v=3&s=200) +## Contributing - +1. Fork it ( https://github.com/jpotts18/swift-validator/fork ) +2. Create your feature branch (`git checkout -b my-new-feature`) +3. Commit your changes (`git commit -am 'Add some feature'`) +4. Push to the branch (`git push origin my-new-feature`) +5. Create a new Pull Request