Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM authored Mar 12, 2020
1 parent 5c95d4a commit 86bdf69
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# cordova-plugin-veriff

Cordova plugin exposing the [Veriff SDK](https://www.veriff.com/) - Smart and scalable identity verification
# cordova-plugin-veriff

[![npm version](https://img.shields.io/npm/v/cordova-plugin-veriff)](https://www.npmjs.com/package/cordova-plugin-veriff)

- [Bug Tracker](https://github.com/CSantosM/cordova-plugin-veriff/issues)

Cordova plugin exposing the [Veriff SDK](https://www.veriff.com/) - Smart and scalable identity verification

## Requeriments
- Android 5.0 or newer
Expand All @@ -16,12 +16,6 @@ Within your Cordova project:
`$ cordova plugin add cordova-plugin-veriff`


## Building

Within root plugin path:

`$ npm run build`

## Usage

The plugin exposes the VERIFF JavaScript namespace wich cointains a Veriff end-to-end verification service.
Expand Down Expand Up @@ -52,6 +46,16 @@ this.platform.ready().then(() => {
});
```

## Building

Within root plugin path:

`$ npm run build`

## Bugs

- [Bug Tracker](https://github.com/CSantosM/cordova-plugin-veriff/issues)

## Changelog

See [CHANGELOG.md](CHANGELOG.md)
Expand Down

0 comments on commit 86bdf69

Please sign in to comment.