2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

Updating README

This commit is contained in:
Matt Zabriskie
2016-04-28 11:58:53 -06:00
parent 82d34ac743
commit 371c31a463
+9 -3
View File
@@ -28,10 +28,10 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 8+ ✔ |
## Installing
Using bower:
Using cdn:
```bash
$ bower install axios
```html
<script src="https://npmcdn.com/axios/dist/axios.min.js"></script>
```
Using npm:
@@ -40,6 +40,12 @@ Using npm:
$ npm install axios
```
Using bower:
```bash
$ bower install axios
```
## Example
Performing a `GET` request