Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
toufiqnuur authored Oct 24, 2021
1 parent 19f56f8 commit d163654
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# Nik Valid
[![npm version](https://img.shields.io/npm/v/nik-valid.svg?style=flat-square)](https://www.npmjs.org/package/nik-valid)
[![install size](https://packagephobia.now.sh/badge?p=nik-valid)](https://packagephobia.now.sh/result?p=nik-valid)
[![npm downloads](https://img.shields.io/npm/dm/nik-valid.svg?style=flat-square)](http://npm-stat.com/charts.html?package=nik-valid)
[![jsdelivr version](https://badgen.net/jsdelivr/v/npm/nik-valid?color=orange)](https://cdn.jsdelivr.net/npm/nik-valid/dist/nik-valid.js)
[![npm version](https://badgen.net/npm/v/nik-valid?color=red)](https://www.npmjs.com/package/nik-valid)
[![license](https://badgen.net/github/license/toufiqnuur/nik-valid)](https://github.com/toufiqnuur/nik-valid/blob/main/LICENSE)
![total download](https://badgen.net/npm/dt/nik-valid)


Javascript client side NIK Validator.

### Installation
`npm install nik-valid`
## Installation

Using npm:
```bash
$ npm install nik-valid
```

Using cdn:
```html
<script src="https://cdn.jsdelivr.net/npm/nik-valid/dist/nik-valid.js"></script>
```

### How to use
## How to use
```js
const Validator = require('nik-valid')

Expand Down

0 comments on commit d163654

Please sign in to comment.