Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jalik committed Feb 26, 2024
1 parent 64ba3ce commit 0d75d1e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0d75d1e

Please sign in to comment.