Skip to content

Commit

Permalink
Update again
Browse files Browse the repository at this point in the history
  • Loading branch information
DanKeeble committed May 17, 2017
1 parent a90782b commit e90dbc1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,20 @@ UPN

A simple tool for creating and validating UPNs.

## Installation

```bash
yarn add upn
```

## Validate a UPN

```js
upn.validate('upn');

```

## Generate a random valid UPN

```js
upn.generate();
```

0 comments on commit e90dbc1

Please sign in to comment.