mirror of
https://github.com/tenrok/axios.git
synced 2026-06-05 16:42:32 +03:00
Updating README
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user