From 270a0ba35a35514b3d8e295767aa48ebd2e77e6a Mon Sep 17 00:00:00 2001 From: Karlen Date: Sun, 3 Feb 2019 15:18:36 +0400 Subject: [PATCH] update README --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index baa886d..2e7e7f3 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Configuration utility for Angular app based on the environment variables. [![Twe > If you like the idea, please leave a Github star. -## Using JSON files configure your app like a boss -Specify a list of API endpoints in the JSON and use the values from your code. +## Using JSON files configure your Angular app like a BOSS! +Specify a list of API endpoints in the JSON and get them in your code with ease. ![](demo1.gif) diff --git a/package.json b/package.json index 9031e53..6480457 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-envconfig", - "version": "1.2.3", + "version": "1.2.4", "description": "Configuration utility for Angular app based on the environment variables ", "scripts": { "copy": "node tools/copy-package.js && node tools/cleanup-package.js",