Skip to content

Commit

Permalink
docs(gif): move.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Dec 23, 2014
1 parent 3c013a0 commit 1ba61a1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<p align="center">
<img style="width:100%" src="./docs/configuration.gif"/>
</p>

# npm

```shell
Expand Down Expand Up @@ -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);
```


<p align="center">
<img style="width:100%" src="./docs/configuration.gif"/>
</p>

0 comments on commit 1ba61a1

Please sign in to comment.