mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
Updating README
This commit is contained in:
@@ -28,10 +28,10 @@ Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 8+ ✔ |
|
|||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
Using bower:
|
Using cdn:
|
||||||
|
|
||||||
```bash
|
```html
|
||||||
$ bower install axios
|
<script src="https://npmcdn.com/axios/dist/axios.min.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
Using npm:
|
Using npm:
|
||||||
@@ -40,6 +40,12 @@ Using npm:
|
|||||||
$ npm install axios
|
$ npm install axios
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Using bower:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ bower install axios
|
||||||
|
```
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
Performing a `GET` request
|
Performing a `GET` request
|
||||||
|
|||||||
Reference in New Issue
Block a user