From f0d3c9430268c3b7d89df9bd9d67a282eff63d8f Mon Sep 17 00:00:00 2001 From: Jason Quense Date: Tue, 17 Jan 2017 14:26:40 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18296e289..e0126a37a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ It also allows "stacking" conditions via `when` for properties that depend on mo child property. Yup separates the parsing and validating functions into separate steps so it can be used to parse json separate from validating it, via the `cast` method. +**Try it out:** https://runkit.com/jquense/yup# + **Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*