Skip to content

Commit

Permalink
add UMD version to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nevadavid committed Feb 19, 2022
1 parent f6135ce commit aa987f9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,17 @@ or
yarn add nevnap
```

## Browser (UMD)

```html
<!-- CDN example (unpkg) -->
<script src="https://unpkg.com/nevnap@latest"></script>

<script>
nevnap.today();
</script>
```

## API

### Methods
Expand Down

0 comments on commit aa987f9

Please sign in to comment.