Skip to content

Commit 1ba61a1

Browse files
committed
docs(gif): move.
1 parent 3c013a0 commit 1ba61a1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ common-env [![Build Status](https://drone.io/github.com/FGRibreau/common-env/sta
55

66
A little helper I use everywhere for configuration. Environment variables are a really great way to quickly change a program behavior.
77

8-
<p align="center">
9-
<img style="width:100%" src="./docs/configuration.gif"/>
10-
</p>
11-
128
# npm
139

1410
```shell
@@ -44,3 +40,8 @@ t.strictEqual(config.amqp.port, 5672);
4440
t.strictEqual(config.amqp.connect, true); // converted from env
4541
t.strictEqual(config.FULL_UPPER_CASE.PORT, 8080);
4642
```
43+
44+
45+
<p align="center">
46+
<img style="width:100%" src="./docs/configuration.gif"/>
47+
</p>

0 commit comments

Comments
 (0)