2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Update README.md - Add instructions for installing with yarn (#2036)

This commit is contained in:
Victor Hermes
2019-05-07 17:17:16 -03:00
committed by Emily Morehouse
parent ddcc2e4bc0
commit 92d231387f
+6
View File
@@ -43,6 +43,12 @@ Using bower:
$ bower install axios
```
Using yarn:
```bash
$ yarn add axios
```
Using cdn:
```html