Skip to content

Commit

Permalink
Add a note about unpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
fatfisz committed May 27, 2018
1 parent 81fb440 commit 978b2b1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,16 @@ It might work with below versions of Node, but this is not a guarantee.
npm install common-tags
```

### With unpkg

`common-tags` is also available at [unpkg](https://unpkg.com/common-tags). Just put this code in your HTML:

```html
<script src="https://unpkg.com/common-tags"></script>
```

This will make the library available under a global variable `commonTags`.

## Usage

### Imports
Expand Down

0 comments on commit 978b2b1

Please sign in to comment.