2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-23 20:40:40 +03:00

Updating README

This commit is contained in:
Matt Zabriskie
2016-08-29 22:30:43 -06:00
parent c96348660d
commit 0b8c86e297
+6 -6
View File
@@ -28,12 +28,6 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 8+ ✔ |
## Installing ## Installing
Using cdn:
```html
<script src="https://npmcdn.com/axios/dist/axios.min.js"></script>
```
Using npm: Using npm:
```bash ```bash
@@ -46,6 +40,12 @@ Using bower:
$ bower install axios $ bower install axios
``` ```
Using cdn:
```html
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
```
## Example ## Example
Performing a `GET` request Performing a `GET` request