Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Mar 26, 2014
1 parent 3ceffcd commit 3b895cb
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,18 @@

Only 0.7 KB gzipped (1.6 KB minified)

#### Manually

Download the [production version][min] or the [development version][max].

[min]: https://github.com/sindresorhus/screenfull.js/raw/gh-pages/dist/screenfull.min.js
[max]: https://github.com/sindresorhus/screenfull.js/raw/gh-pages/dist/screenfull.js

#### [Bower](http://bower.io)

`bower install --save screenfull`

#### [npm](https://npmjs.org/package/screenfull)

`npm install --save screenfull`

#### [cdnjs](http://cdnjs.com)
```bash
$ bower install --save screenfull
```

`//cdnjs.cloudflare.com/ajax/libs/screenfull.js/1.0.4/screenfull.min.js`
```bash
$ npm install --save screenfull
```


## Why?
Expand Down

0 comments on commit 3b895cb

Please sign in to comment.