Skip to content

Commit

Permalink
docs: update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 30, 2024
1 parent d626eb7 commit f77a6a4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@ Really simple and lightweight validation library for JavaScript. Used by [**@ado

## Installation
Install the module from npm registry as follows:
```

```sh
npm install @poppinss/validator-lite
```

# yarn
```sh
yarn add @poppinss/validator-lite
```

# pnpm
```sh
pnpm add @poppinss/validator-lite
```

Expand Down Expand Up @@ -163,7 +166,7 @@ For every other validation use case, you can define your custom functions.
- Make sure to always return the value after validating it.
- The return value can be different from the initial input value.

[github-actions-image]: https://img.shields.io/github/actions/workflow/status/poppinss/validator-lite/test.yml?style=for-the-badge
[github-actions-image]: https://img.shields.io/github/actions/workflow/status/poppinss/validator-lite/checks.yml?style=for-the-badge
[github-actions-url]: https://github.com/poppinss/validator-lite/actions "github-actions"

[npm-image]: https://img.shields.io/npm/v/@poppinss/validator-lite.svg?style=for-the-badge&logo=npm
Expand Down

0 comments on commit f77a6a4

Please sign in to comment.