updating readme

This commit is contained in:
Jeff Potter 2014-11-26 00:37:37 -07:00
parent 7ff6297c4f
commit dcc1e176de
2 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@ Initialize the ```Validator``` by setting a delegate to a View Controller or oth
// ViewController.swift
let validator = Validator()
override func viewDidLoad() {
super.viewDidLoad()
var validator = Validator(delegate: self)
}
```