Skip to content

Commit fdef724

Browse files
author
Kuntsevich Andrei
committed
fix name
1 parent 135c74d commit fdef724

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
validate.it
1+
validate.it.js
22
====
33

44
*Simple way to validate*
55

66
# Installation
77
```bash
8-
npm install --save validate.it
8+
npm install --save validate.it.js
99
```
1010
```js
11-
import validate from 'validate.it'
11+
import validate from 'validate.it.js'
1212
```
1313

1414
# Usage

0 commit comments

Comments
 (0)