Skip to content

Commit

Permalink
Use SVG logo
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore committed Aug 26, 2022
1 parent 228c7b4 commit 08f94ee
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
@@ -1,6 +1,7 @@
.nyc_output/
examples/
flow-typed/
media/
tests/
types/
.editorconfig
Expand All @@ -9,4 +10,3 @@ types/
.travis.yml
appveyor.yml
CONTRIBUTING.md
dotenv.png
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

# dotenv

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

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.

Expand Down
Binary file removed dotenv.png
Binary file not shown.
1 change: 1 addition & 0 deletions media/dotenv.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 08f94ee

Please sign in to comment.