From 70a7acae4ae2fb794c5b094dd95af659199016b5 Mon Sep 17 00:00:00 2001 From: "Jonatan E. Salas" Date: Mon, 30 Apr 2018 09:45:27 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c5b6a46..0decf22 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# Create-Env +# :rocket: Create-Env :rocket: [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/BlackBoxVision/create-env.svg?branch=master)](https://travis-ci.org/BlackBoxVision/create-env) [![Coverage Status](https://coveralls.io/repos/github/BlackBoxVision/create-env/badge.svg?branch=master)](https://coveralls.io/github/BlackBoxVision/create-env?branch=master) [![codecov](https://codecov.io/gh/BlackBoxVision/create-env/branch/master/graph/badge.svg)](https://codecov.io/gh/BlackBoxVision/create-env) ![npm](https://img.shields.io/npm/dm/create-env.svg) -:rocket: `create-env` is an utility to help you create .env files based on CI/CD environmental values. +`create-env` is an utility to help you create .env files based on CI/CD environmental values. ## Use case @@ -31,9 +31,9 @@ NODE_ENV=production PORT=8080 ``` -## Install +## Installation -Install as a global dependency: +`create-env` needs to be installed as a global dependency: ### NPM