Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
mzabriskie committed Aug 30, 2016
1 parent c963486 commit 0b8c86e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -28,12 +28,6 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 8+ ✔ |

## Installing

Using cdn:

```html
<script src="https://npmcdn.com/axios/dist/axios.min.js"></script>
```

Using npm:

```bash
Expand All @@ -46,6 +40,12 @@ Using bower:
$ bower install axios
```

Using cdn:

```html
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
```

## Example

Performing a `GET` request
Expand Down

0 comments on commit 0b8c86e

Please sign in to comment.