Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagopnts authored Jun 26, 2016
1 parent afcb283 commit a66b0f4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ An embeddable, lightweight, dependency-free 360º video/image viewer
[demo](http://thiago.me/kaleidoscope)

## Usage
Get the code:
```bash
$ npm install kaleidoscopejs
```

Add the script to your page:
```html
<script src="dist/kaleidoscope.min.js"></script>
<script src="node_modules/kaleidoscopejs/dist/kaleidoscope.min.js"></script>
```

#### Videos
Expand Down Expand Up @@ -106,4 +111,4 @@ Object.

## Known issues

360 videos doesn't work in Safari, IE 11, Microsoft Edge, Android and iOS if the video is served from a different domain, due some CORS [implementation bugs](https://bugs.webkit.org/show_bug.cgi?id=135379)
360 videos doesn't work in Safari, IE 11, Microsoft Edge, Android and iOS if the video is served from a different domain, due some CORS [implementation bugs](https://bugs.webkit.org/show_bug.cgi?id=135379).

0 comments on commit a66b0f4

Please sign in to comment.