Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Vasilyev committed Nov 24, 2015
1 parent 382fbed commit d26a444
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ npm install fingerprintjs2
### Usage

```js
new Fingerprint2().get(function(result){
console.log(result);
new Fingerprint2().get(function(result, components){
console.log(result); //a hash, representing your device fingerprint
console.log(components); // an array of all components that constitute
the fingerprint
});
```

Expand Down

0 comments on commit d26a444

Please sign in to comment.