Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DanKeeble committed May 17, 2017
1 parent 7943c9c commit a90782b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,12 @@ UPN
[![Coverage Status](https://img.shields.io/coveralls/HegartyMaths/upn.svg?branch=master&style=flat-square)](https://coveralls.io/github/HegartyMaths/upn?branch=master)

A simple tool for creating and validating UPNs.

## Validate a UPN

upn.validate('upn');


## Generate a random valid UPN

upn.generate();

0 comments on commit a90782b

Please sign in to comment.