Skip to content

Commit f77a6a4

Browse files
committed
docs: update README file
1 parent d626eb7 commit f77a6a4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@ Really simple and lightweight validation library for JavaScript. Used by [**@ado
1313

1414
## Installation
1515
Install the module from npm registry as follows:
16-
```
16+
17+
```sh
1718
npm install @poppinss/validator-lite
19+
```
1820

19-
# yarn
21+
```sh
2022
yarn add @poppinss/validator-lite
23+
```
2124

22-
# pnpm
25+
```sh
2326
pnpm add @poppinss/validator-lite
2427
```
2528

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

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
167170
[github-actions-url]: https://github.com/poppinss/validator-lite/actions "github-actions"
168171

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

0 commit comments

Comments
 (0)