Skip to content

Commit 549712f

Browse files
committed
docs(README): Add how to install
1 parent c787def commit 549712f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ The password validators are:
2727
* simple (only checks if it looks like a mail)
2828
* normal (follows the [HTML5](https://www.w3.org/TR/html5/forms.html#valid-e-mail-address) rules)
2929

30+
## Install
31+
32+
```
33+
npm install ng2-validators
34+
```
35+
36+
3037
## How to use
3138

3239
```

0 commit comments

Comments
 (0)