Updated Native Rules (markdown)
reverted my earlier edit after realizing I had older code than the current release
in v0.9, I see the "Digit" validation declared like this: `ko.validation.rules['digits']`, so I changed `digit: true` to `digits: true`
Created Native Rules (markdown)