Skip to content

Commit 806e55e

Browse files
authored
Merge pull request #2402 from BibhushanKarki/patch-1
2 parents c25b98f + 189b259 commit 806e55e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@ Passing anything other than a string will result in an error.
2121

2222
### Server-side usage
2323

24-
Install the library with `npm install validator`
24+
Install the `validator` package as:
25+
26+
```sh
27+
npm i validator
28+
yarn add validator
29+
pnpm i validator
30+
```
2531

2632
#### No ES6
2733

0 commit comments

Comments
 (0)