Skip to content

Commit 04a6cc4

Browse files
authored
Merge pull request #3 from webdeveric/readme
docs(readme): updated install instructions
2 parents e97780b + dd6ac70 commit 04a6cc4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,13 @@
66

77
`pnpm add validation-algorithms`
88

9-
`npm i validation-algorithms --saves`
9+
`npm install validation-algorithms --save`
1010

11-
## Usage
11+
`yarn add validation-algorithms`
12+
13+
## Algorithms
14+
15+
### [Luhn](https://en.wikipedia.org/wiki/Luhn_algorithm)
1216

1317
```ts
1418
import { luhn } from 'validation-algorithms/luhn';

0 commit comments

Comments
 (0)