Skip to content

Commit

Permalink
Remove Bower installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Qvazar authored May 22, 2018
1 parent 4feffd1 commit 49e639c
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 @@ -18,8 +18,6 @@ As of September 2015 this includes Chrome>=20, Firefox>=13, IE>=10, Opera>=12.10
## Installation
### NPM
npm install js-untar
### Bower
bower install js-untar

## Documentation
Supports AMD, CommonJS or simply load with a script tag, which will provide a global untar function.
Expand All @@ -30,6 +28,8 @@ The extraction is done in a [Web Worker](https://developer.mozilla.org/en-US/doc

### Example:

import untar from "js-untar";

// Load the source ArrayBuffer from a XMLHttpRequest (or any other way you may need).
var sourceBuffer = [...];

Expand Down

0 comments on commit 49e639c

Please sign in to comment.