Skip to content

Commit

Permalink
docs(readme): updated install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Dec 1, 2024
1 parent e97780b commit dd6ac70
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@

`pnpm add validation-algorithms`

`npm i validation-algorithms --saves`
`npm install validation-algorithms --save`

## Usage
`yarn add validation-algorithms`

## Algorithms

### [Luhn](https://en.wikipedia.org/wiki/Luhn_algorithm)

```ts
import { luhn } from 'validation-algorithms/luhn';
Expand Down

0 comments on commit dd6ac70

Please sign in to comment.