Skip to content

Commit

Permalink
Updated CDN URL and version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Jan 12, 2016
1 parent cf42ff1 commit 857bf35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Join the chat at https://gitter.im/sahat/satellizer](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/sahat/satellizer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](http://img.shields.io/travis/sahat/satellizer.svg?style=flat)](https://travis-ci.org/sahat/satellizer)
[![Test Coverage](http://img.shields.io/codeclimate/coverage/github/sahat/satellizer.svg?style=flat)](https://codeclimate.com/github/sahat/satellizer)
[![Version](https://img.shields.io/badge/version-0.13.3-brightgreen.svg)](https://www.npmjs.org/package/satellizer)
[![Version](https://img.shields.io/badge/version-0.13.4-brightgreen.svg)](https://www.npmjs.org/package/satellizer)

**Live Demo:** [https://satellizer.herokuapp.com](https://satellizer.herokuapp.com)

Expand Down Expand Up @@ -60,7 +60,7 @@ Alternatively, you may [**download**](https://github.com/sahat/satellizer/releas
<!--[if lte IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/Base64/0.3.0/base64.min.js"></script>
<![endif]-->
<script src="//cdn.jsdelivr.net/satellizer/0.13.3/satellizer.min.js"></script>
<script src="//cdn.jsdelivr.net/satellizer/0.13.4/satellizer.min.js"></script>
```

**Note:** Sattelizer depends on [`window.atob()`](https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/atob) for decoding JSON Web Tokens. If you need to support *IE9* then use Base64 polyfill above.
Expand Down

0 comments on commit 857bf35

Please sign in to comment.