Skip to content

Commit

Permalink
chore: add license badge (#387)
Browse files Browse the repository at this point in the history
* chore: add license badge

* Move license badge to the rest of the badges
  • Loading branch information
Hongarc authored and maxbeatty committed May 2, 2019
1 parent 03a8915 commit f97a993
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Expand Up @@ -9,6 +9,7 @@ Dotenv is a zero-dependency module that loads environment variables from a `.env
[![NPM version](https://img.shields.io/npm/v/dotenv.svg?style=flat-square)](https://www.npmjs.com/package/dotenv)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)
[![Coverage Status](https://img.shields.io/coveralls/motdotla/dotenv/master.svg?style=flat-square)](https://coveralls.io/github/motdotla/dotenv?branch=coverall-intergration)
[![LICENSE](https://img.shields.io/github/license/motdotla/dotenv.svg)](LICENSE)

## Install

Expand Down Expand Up @@ -262,10 +263,6 @@ See [CONTRIBUTING.md](CONTRIBUTING.md)

See [CHANGELOG.md](CHANGELOG.md)

## License

See [LICENSE](LICENSE)

## Who's using dotenv?

[These npm modules depend on it.](https://www.npmjs.com/browse/depended/dotenv)
Expand Down

0 comments on commit f97a993

Please sign in to comment.