Skip to content

Commit

Permalink
Merge pull request JakeChampion#24 from IonicaBizau/patch-1
Browse files Browse the repository at this point in the history
Shell highlight
  • Loading branch information
dgraham committed Oct 23, 2014
2 parents 7d209dd + 856d4c8 commit 7668fcc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ possible to the standard Fetch specification at https://fetch.spec.whatwg.org.

Available on [Bower](http://bower.io) as **fetch**.

```
```sh
$ bower install fetch
```

You'll also need a Promise polyfill for older browsers.

```
```sh
$ bower install es6-promise
```

This can be also be installed with `npm`.

```
npm install github/fetch --save
```sh
$ npm install github/fetch --save
```

## Usage
Expand Down

0 comments on commit 7668fcc

Please sign in to comment.