From 4f189ec80ce01a0275d87d24463ef12b16715d9b Mon Sep 17 00:00:00 2001 From: Maskedman99 <31368194+Maskedman99@users.noreply.github.com> Date: Fri, 4 Oct 2019 19:17:49 +0530 Subject: [PATCH] Add license badge (#2446) MIT License badge added in README.md file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ef90b6031..533f2c3696 100755 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ [![npm downloads](https://img.shields.io/npm/dm/axios.svg?style=flat-square)](http://npm-stat.com/charts.html?package=axios) [![gitter chat](https://img.shields.io/gitter/room/mzabriskie/axios.svg?style=flat-square)](https://gitter.im/mzabriskie/axios) [![code helpers](https://www.codetriage.com/axios/axios/badges/users.svg)](https://www.codetriage.com/axios/axios) +![license: MIT](https://img.shields.io/badge/License-MIT-blue.svg) Promise based HTTP client for the browser and node.js