Skip to content

Commit

Permalink
doc: Update README.md for installation with other package managers
Browse files Browse the repository at this point in the history
  • Loading branch information
BibhushanKarki authored May 15, 2024
1 parent 79f5d18 commit 189b259
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ Passing anything other than a string will result in an error.

### Server-side usage

Install the library with `npm install validator`
Install the `validator` package as:

```sh
npm i validator
yarn add validator
pnpm i validator
```

#### No ES6

Expand Down

0 comments on commit 189b259

Please sign in to comment.