Skip to content

Commit 08f94ee

Browse files
committed
Use SVG logo
1 parent 228c7b4 commit 08f94ee

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.nyc_output/
22
examples/
33
flow-typed/
4+
media/
45
tests/
56
types/
67
.editorconfig
@@ -9,4 +10,3 @@ types/
910
.travis.yml
1011
appveyor.yml
1112
CONTRIBUTING.md
12-
dotenv.png

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# dotenv
44

5-
<img src="https://raw.githubusercontent.com/motdotla/dotenv/master/dotenv.png" alt="dotenv" align="right" />
5+
<img src="https://raw.githubusercontent.com/motdotla/dotenv/master/media/dotenv.svg" alt="dotenv" align="right" />
66

77
Dotenv is a zero-dependency module that loads environment variables from a `.env` file into [`process.env`](https://nodejs.org/docs/latest/api/process.html#process_process_env). Storing configuration in the environment separate from code is based on [The Twelve-Factor App](http://12factor.net/config) methodology.
88

dotenv.png

-1.57 KB
Binary file not shown.

media/dotenv.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)