From 3ca2364997da3072fd541eb295cc01ee18d9892a Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Wed, 13 Jul 2016 20:26:21 +0200 Subject: [PATCH] Add joi-browser recommandation (fixes #944) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3a0a42f89..ca1e8bee1 100644 --- a/README.md +++ b/README.md @@ -96,3 +96,7 @@ When validating a schema: # API See the [API Reference](https://github.com/hapijs/joi/blob/v9.0.0/API.md). + +# Browsers + +Joi doesn't directly support browsers, but you could use [joi-browser](https://github.com/jeffbski/joi-browser) for an ES5 build of Joi that works in browsers, or as a source of inspiration for your own builds.