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.