Skip to content

Commit

Permalink
modify readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksejs Gordejevs committed Oct 20, 2016
1 parent e73fd0b commit f9b75d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ automatically create not browser depended uuid:
```javascript
var uuid = new DeviceUUID().get();
```
as a result example:
```
e9dc90ac-d03d-4f01-a7bb-873e14556d8e
```

custom device uuid generation:
```javascript
var du = new DeviceUUID().parse();
Expand Down

0 comments on commit f9b75d3

Please sign in to comment.