From 0d75d1ebd02a8d6bde7a114ee2e21e69a739e597 Mon Sep 17 00:00:00 2001 From: Karl Stein Date: Mon, 26 Feb 2024 10:12:33 -1000 Subject: [PATCH] Updated README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 80b5562..9d912f5 100755 --- a/README.md +++ b/README.md @@ -17,11 +17,21 @@ - Object field validation - Specific errors are thrown for each field - Similar to the JSON Schema specification +- TypeScript declarations ♥ ## Sandbox Play with the lib here: https://codesandbox.io/s/jalik-schema-demo-5o4fnk?file=/src/index.js +## Installing + +```shell +npm i -P @jalik/schema +``` +```shell +yarn add @jalik/schema +``` + ## Creating a schema Let's start with the schema of a person, very simple.