Skip to content

Commit

Permalink
readme: bower getting started instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Jan 14, 2016
1 parent bf3d1a5 commit 8792bfe
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ in the app *config* block.

## Installation

The easiest way to get **Satellizer** is by running one of the following
commands:
The easiest way to get **Satellizer** is by running one of the following commands:

```bash
# Bower
Expand All @@ -63,7 +62,13 @@ Alternatively, you may [**download**](https://github.com/sahat/satellizer/releas
<script src="//cdn.jsdelivr.net/satellizer/0.13.4/satellizer.min.js"></script>
```

If installed via bower, include the script tag `<script src="bower_components/satellizer/satellizer.js"></script>` or `<script src="bower_components/satellizer/satellizer.min.js"></script>`
If installed via [Bower](http://bower.io/), include one of the following script tags:
```
<script src="bower_components/satellizer/satellizer.js"></script>
```
```
<script src="bower_components/satellizer/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 8792bfe

Please sign in to comment.