-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rofrischmann
committed
Sep 16, 2016
1 parent
e2b9e68
commit 892f281
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,11 +19,11 @@ Assuming you are using [npm](https://www.npmjs.com) as your package mananger you | |
Otherwise we also provide [UMD](https://github.com/umdjs/umd) builds for each package within the `dist` folder. You can easily use them via [unpkg](https://unpkg.com/). | ||
```HTML | ||
<!-- Unminified versions --> | ||
<script src="https://unpkg.com/[email protected].2/dist/inline-style-prefixer.js"></script> | ||
<script src="https://unpkg.com/[email protected].2/dist/inline-style-prefix-all.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/inline-style-prefixer.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/inline-style-prefix-all.js"></script> | ||
<!-- Minified versions --> | ||
<script src="https://unpkg.com/[email protected].2/dist/inline-style-prefixer.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].2/dist/inline-style-prefix-all.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/inline-style-prefixer.min.js"></script> | ||
<script src="https://unpkg.com/[email protected].4/dist/inline-style-prefix-all.min.js"></script> | ||
``` | ||
|
||
# Browser Support | ||
|