Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: Update README.md for installation with other package managers
  • Loading branch information
BibhushanKarki authored May 15, 2024
commit 189b259e5657606c2a5b0c8b36717e73bb408098
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