diff --git a/README.md b/README.md index 1c2c1dc..ef83042 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,6 @@ common-env [![Build Status](https://drone.io/github.com/FGRibreau/common-env/sta A little helper I use everywhere for configuration. Environment variables are a really great way to quickly change a program behavior. -

- -

- # npm ```shell @@ -44,3 +40,8 @@ t.strictEqual(config.amqp.port, 5672); t.strictEqual(config.amqp.connect, true); // converted from env t.strictEqual(config.FULL_UPPER_CASE.PORT, 8080); ``` + + +

+ +