File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,16 @@ Really simple and lightweight validation library for JavaScript. Used by [**@ado
13
13
14
14
## Installation
15
15
Install the module from npm registry as follows:
16
- ```
16
+
17
+ ``` sh
17
18
npm install @poppinss/validator-lite
19
+ ```
18
20
19
- # yarn
21
+ ``` sh
20
22
yarn add @poppinss/validator-lite
23
+ ```
21
24
22
- # pnpm
25
+ ``` sh
23
26
pnpm add @poppinss/validator-lite
24
27
```
25
28
@@ -163,7 +166,7 @@ For every other validation use case, you can define your custom functions.
163
166
- Make sure to always return the value after validating it.
164
167
- The return value can be different from the initial input value.
165
168
166
- [ github-actions-image ] : https://img.shields.io/github/actions/workflow/status/poppinss/validator-lite/test .yml?style=for-the-badge
169
+ [ github-actions-image ] : https://img.shields.io/github/actions/workflow/status/poppinss/validator-lite/checks .yml?style=for-the-badge
167
170
[ github-actions-url ] : https://github.com/poppinss/validator-lite/actions " github-actions "
168
171
169
172
[ npm-image ] : https://img.shields.io/npm/v/@poppinss/validator-lite.svg?style=for-the-badge&logo=npm
You can’t perform that action at this time.
0 commit comments